com.dtolabs.rundeck.core.authorization
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dtolabs.rundeck.core.CoreException
com.dtolabs.rundeck.core.authorization.AuthorizationException
- All Implemented Interfaces:
- java.io.Serializable
public class AuthorizationException
- extends CoreException
AuthorizationException
- See Also:
- Serialized Form
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 |
AuthorizationException
public AuthorizationException(java.lang.String msg)
AuthorizationException
public AuthorizationException(java.lang.Throwable e)
AuthorizationException
public AuthorizationException(java.lang.String msg,
java.lang.Throwable e)
AuthorizationException
public AuthorizationException(java.lang.String user,
java.lang.String script,
java.lang.String matchedRoles)