Class AuthorizableExistsException

All Implemented Interfaces:
Serializable

public class AuthorizableExistsException extends RuntimeException
Deprecated.
cq 5.5
Thrown on attempt to create an Authorizable with an ID that already is in use by another Authorizable
See Also:
  • Constructor Details

    • AuthorizableExistsException

      public AuthorizableExistsException(String id)
      Deprecated.

      Constructor for AuthorizableExistsException.

      Parameters:
      id - a String object.
    • AuthorizableExistsException

      public AuthorizableExistsException(String id, Exception cause)
      Deprecated.

      Constructor for AuthorizableExistsException.

      Parameters:
      id - a String object.
      cause - a Exception object.
  • Method Details

    • getID

      public String getID()
      Deprecated.

      getID.

      Returns:
      a String object.