Package org.ggf.drmaa

Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends RuntimeException
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 Details

    • InternalException

      public InternalException()
      Creates a new instance of InternalException without detail message.
    • InternalException

      public InternalException(String msg)
      Constructs an instance of InternalException with the specified detail message.
      Parameters:
      msg - the detail message.