com.day.cq.security
Class NoSuchAuthorizableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.day.cq.security.NoSuchAuthorizableException
All Implemented Interfaces:
Serializable

public class NoSuchAuthorizableException
extends RuntimeException

Exception indicates that an Authorizable can not be resolved.

See Also:
Serialized Form

Constructor Summary
NoSuchAuthorizableException(String authorizable)
           
NoSuchAuthorizableException(String msg, Throwable t, String authorizable)
           
 
Method Summary
 String getAuthorizable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchAuthorizableException

public NoSuchAuthorizableException(String authorizable)

NoSuchAuthorizableException

public NoSuchAuthorizableException(String msg,
                                   Throwable t,
                                   String authorizable)
Method Detail

getAuthorizable

public String getAuthorizable()


Copyright © 2009 Day Management AG. All Rights Reserved.