Class AttributeDoesNotExistException

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

public class AttributeDoesNotExistException extends AttributeException
See Also:
  • Constructor Details

    • AttributeDoesNotExistException

      public AttributeDoesNotExistException()
    • AttributeDoesNotExistException

      public AttributeDoesNotExistException(String message)
    • AttributeDoesNotExistException

      public AttributeDoesNotExistException(Throwable cause)
    • AttributeDoesNotExistException

      public AttributeDoesNotExistException(String message, Throwable cause)
    • AttributeDoesNotExistException

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