Class 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

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:
  • Constructor Details

    • WIMApplicationException

      public WIMApplicationException()
      Creates the vmm application exception.
    • WIMApplicationException

      public WIMApplicationException(String key, String message)
      Creates the WIMApplicationException.
      Parameters:
      message - The message or message key of the exception.
    • WIMApplicationException

      public WIMApplicationException(Throwable cause)
      Creates the WIMApplicationException.
      Parameters:
      cause - The cause of the exception.
    • WIMApplicationException

      public WIMApplicationException(String key, String message, Throwable cause)
      Creates the WIMApplicationException.
      Parameters:
      cause - The cause of the exception.