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
    • Method Summary

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

      • NoSuchAuthorizableException

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

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

      • getAuthorizable

        public java.lang.String getAuthorizable()
        Deprecated.