Class NoSuchAuthorizableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchAuthorizableException
    extends java.lang.RuntimeException
    Deprecated.
    cq 5.5
    Exception indicates that an Authorizable can not be resolved.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchAuthorizableException​(java.lang.String authorizable)
      Deprecated.
      Constructor for NoSuchAuthorizableException.
      NoSuchAuthorizableException​(java.lang.String msg, java.lang.Throwable t, java.lang.String authorizable)
      Deprecated.
      Constructor for NoSuchAuthorizableException.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getAuthorizable()
      Deprecated.
      Getter for the field authorizable.
      • 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

      • NoSuchAuthorizableException

        public NoSuchAuthorizableException​(java.lang.String authorizable)
        Deprecated.

        Constructor for NoSuchAuthorizableException.

        Parameters:
        authorizable - a String object.
      • NoSuchAuthorizableException

        public NoSuchAuthorizableException​(java.lang.String msg,
                                           java.lang.Throwable t,
                                           java.lang.String authorizable)
        Deprecated.

        Constructor for NoSuchAuthorizableException.

        Parameters:
        msg - a String object.
        t - a Throwable object.
        authorizable - a String object.
    • Method Detail

      • getAuthorizable

        public java.lang.String getAuthorizable()
        Deprecated.

        Getter for the field authorizable.

        Returns:
        a String object.