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:
java.io.Serializable
public class AuthorizationException extends DrmaaException
The action failed due to an authorization failure.- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationException()Creates a new instance ofAuthorizationExceptionwithout detail message.AuthorizationException(java.lang.String msg)Constructs an instance ofAuthorizationExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
AuthorizationException
public AuthorizationException()
Creates a new instance ofAuthorizationExceptionwithout detail message.
-
AuthorizationException
public AuthorizationException(java.lang.String msg)
Constructs an instance ofAuthorizationExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-