Class AttributeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.scim.server.exception.AttributeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeDoesNotExistException

public class AttributeException extends Exception
See Also:
  • Constructor Details

    • AttributeException

      public AttributeException()
    • AttributeException

      public AttributeException(String message)
    • AttributeException

      public AttributeException(Throwable cause)
    • AttributeException

      public AttributeException(String message, Throwable cause)
    • AttributeException

      public AttributeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)