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 Summary
ConstructorDescriptionCreates 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 Summary
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMException
getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WIMApplicationException
public WIMApplicationException()Creates the vmm application exception. -
WIMApplicationException
Creates the WIMApplicationException.- Parameters:
message
- The message or message key of the exception.
-
WIMApplicationException
Creates the WIMApplicationException.- Parameters:
cause
- The cause of the exception.
-
WIMApplicationException
Creates the WIMApplicationException.- Parameters:
cause
- The cause of the exception.
-