Class WIMApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.wim.exception.WIMException
com.ibm.wsspi.security.wim.exception.WIMApplicationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AttributeNotSupportedException,- CertificateMapFailedException,- CertificateMapNotSupportedException,- CertificateMapperException,- ChangeControlException,- DefaultParentNotFoundException,- DuplicateLogonIdException,- EntityAlreadyExistsException,- EntityHasDescendantsException,- EntityIdentifierNotSpecifiedException,- EntityNotFoundException,- EntityNotInRealmScopeException,- EntityTypeNotSupportedException,- InitializationException,- InvalidArgumentException,- InvalidEntityTypeException,- InvalidIdentifierException,- InvalidInitPropertyException,- InvalidPropertyException,- InvalidPropertyValueException,- InvalidRepositoryIdException,- InvalidUniqueIdException,- InvalidUniqueNameException,- MaxResultsExceededException,- MissingMandatoryPropertyException,- MissingSearchControlException,- MultipleEntriesFoundException,- NoUserRepositoriesFoundException,- OperationNotSupportedException,- PageControlException,- PasswordCheckFailedException,- PropertyNotDefinedException,- SearchControlException,- SortControlException,- UpdatePropertyException,- ValidationFailException
A generic vmm application exception to indicate to the caller
 that there was a problem with the current request due to incorrect inputs
 from the caller.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreates the vmm application exception.WIMApplicationException(String key, String message) Creates the WIMApplicationException.WIMApplicationException(String key, String message, Throwable cause) Creates the WIMApplicationException.WIMApplicationException(Throwable cause) Creates the WIMApplicationException.
- 
Method SummaryMethods inherited from class com.ibm.wsspi.security.wim.exception.WIMExceptiongetMessageKeyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
WIMApplicationExceptionpublic WIMApplicationException()Creates the vmm application exception.
- 
WIMApplicationExceptionCreates the WIMApplicationException.- Parameters:
- message- The message or message key of the exception.
 
- 
WIMApplicationExceptionCreates the WIMApplicationException.- Parameters:
- cause- The cause of the exception.
 
- 
WIMApplicationExceptionCreates the WIMApplicationException.- Parameters:
- cause- The cause of the exception.
 
 
-