Package org.ggf.drmaa
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ggf.drmaa.DrmaaException
org.ggf.drmaa.AuthorizationException
- All Implemented Interfaces:
Serializable
The action failed due to an authorization failure.
- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofAuthorizationException
without detail message.Constructs an instance ofAuthorizationException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizationException
public AuthorizationException()Creates a new instance ofAuthorizationException
without detail message. -
AuthorizationException
Constructs an instance ofAuthorizationException
with the specified detail message.- Parameters:
msg
- the detail message.
-