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.
    • AuthorizableExistsException

      public AuthorizableExistsException(String id, Exception cause)
      Deprecated.
  • Method Details

    • getID

      public String getID()
      Deprecated.