Package org.ggf.drmaa
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ggf.drmaa.InternalException
- All Implemented Interfaces:
Serializable
Unexpected or internal DRMAA error like memory allocation,
system call failure, etc. After this exception has been thrown, the DRMAA
implementation is in an unstable state.
- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofInternalException
without detail message.InternalException
(String msg) Constructs an instance ofInternalException
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
-
InternalException
public InternalException()Creates a new instance ofInternalException
without detail message. -
InternalException
Constructs an instance ofInternalException
with the specified detail message.- Parameters:
msg
- the detail message.
-