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:
java.io.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
public class WIMApplicationException extends WIMException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WIMApplicationException()Creates the vmm application exception.WIMApplicationException(java.lang.String key, java.lang.String message)Creates the WIMApplicationException.WIMApplicationException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)Creates the WIMApplicationException.WIMApplicationException(java.lang.Throwable cause)Creates the WIMApplicationException.
-
Method Summary
-
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMException
getMessageKey
-
-
-
-
Constructor Detail
-
WIMApplicationException
public WIMApplicationException()
Creates the vmm application exception.
-
WIMApplicationException
public WIMApplicationException(java.lang.String key, java.lang.String message)Creates the WIMApplicationException.- Parameters:
message- The message or message key of the exception.
-
WIMApplicationException
public WIMApplicationException(java.lang.Throwable cause)
Creates the WIMApplicationException.- Parameters:
cause- The cause of the exception.
-
WIMApplicationException
public WIMApplicationException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)Creates the WIMApplicationException.- Parameters:
cause- The cause of the exception.
-
-