Class NoSuchAuthorizableException

All Implemented Interfaces:
Serializable

public class NoSuchAuthorizableException extends RuntimeException
Deprecated.
cq 5.5
Exception indicates that an Authorizable can not be resolved.
See Also:
  • Constructor Details

    • NoSuchAuthorizableException

      public NoSuchAuthorizableException(String authorizable)
      Deprecated.

      Constructor for NoSuchAuthorizableException.

      Parameters:
      authorizable - a String object.
    • NoSuchAuthorizableException

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

      Constructor for NoSuchAuthorizableException.

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

    • getAuthorizable

      public String getAuthorizable()
      Deprecated.

      Getter for the field authorizable.

      Returns:
      a String object.