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:
java.io.Serializable
public class InternalException extends java.lang.RuntimeExceptionUnexpected 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalException()Creates a new instance ofInternalExceptionwithout detail message.InternalException(java.lang.String msg)Constructs an instance ofInternalExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
InternalException
public InternalException()
Creates a new instance ofInternalExceptionwithout detail message.
-
InternalException
public InternalException(java.lang.String msg)
Constructs an instance ofInternalExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-