jGCS Documentation

net.sf.jgcs
Class DataSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.sf.jgcs.JGCSException
                  extended by net.sf.jgcs.DataSessionException
All Implemented Interfaces:
java.io.Serializable

public class DataSessionException
extends JGCSException

This class defines a DataSessionException.

Version:
1.0
Author:
Nuno Carvalho
See Also:
Serialized Form

Constructor Summary
DataSessionException()
          Creates a new DataSessionException.
DataSessionException(java.lang.String message)
          Creates a new DataSessionException.
DataSessionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new DataSessionException.
 
Method Summary
 
Methods inherited from class net.sf.jgcs.JGCSException
getCause, getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

DataSessionException

public DataSessionException()
Creates a new DataSessionException.


DataSessionException

public DataSessionException(java.lang.String message)
Creates a new DataSessionException.

Parameters:
message - the error message.

DataSessionException

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

Parameters:
message - the error message
cause - the thowable that caused this exception.

jGCS Documentation

Copyright (c) 2006, Universidade de Lisboa
For updates and related information please see jGCS home page