org.ggf.drmaa
Class SessionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ggf.drmaa.DrmaaException
              extended byorg.ggf.drmaa.SessionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyActiveSessionException, NoActiveSessionException

public abstract class SessionException
extends DrmaaException

A problem occured with the DRM session preventing the routine from completing.

Since:
0.4.2
Author:
dan.templeton@sun.com
See Also:
Serialized Form

Constructor Summary
SessionException()
          Creates a new instance of SessionException without detail message.
SessionException(java.lang.String msg)
          Constructs an instance of SessionException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionException

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


SessionException

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

Parameters:
msg - the detail message.