org.csapi.jr.se.dsc
Class DataSessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.dsc.DataSessionException
All Implemented Interfaces:
java.io.Serializable

public class DataSessionException
extends java.lang.Exception

Data Session Control abstract exception

See Also:
Serialized Form

Constructor Summary
DataSessionException()
           
DataSessionException(java.lang.String message)
           
DataSessionException(java.lang.String message, java.lang.Throwable cause)
           
DataSessionException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

DataSessionException

public DataSessionException()

DataSessionException

public DataSessionException(java.lang.String message)

DataSessionException

public DataSessionException(java.lang.String message,
                            java.lang.Throwable cause)

DataSessionException

public DataSessionException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable