Class AuthorizableExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthorizableExistsException
    extends java.lang.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:
    UserManager, Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getID()
      Deprecated.
       
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AuthorizableExistsException

        public AuthorizableExistsException​(java.lang.String id)
        Deprecated.
      • AuthorizableExistsException

        public AuthorizableExistsException​(java.lang.String id,
                                           java.lang.Exception cause)
        Deprecated.
    • Method Detail

      • getID

        public java.lang.String getID()
        Deprecated.