org.ggf.drmaa
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ggf.drmaa.InternalException
All Implemented Interfaces:
java.io.Serializable

public class InternalException
extends java.lang.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:
Serialized Form

Constructor Summary
InternalException()
          Creates a new instance of InternalException without detail message.
InternalException(java.lang.String msg)
          Constructs an instance of InternalException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalException

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


InternalException

public InternalException(java.lang.String msg)
Constructs an instance of InternalException with the specified detail message.

Parameters:
msg - the detail message.


The contents of this file are licensed under the Sun Industry Standards Source License version 1.2.
Copyright 2008, Sun Microsystems, Inc.