dermi.exception
Class SessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dermi.exception.SessionException
All Implemented Interfaces:
java.io.Serializable

public class SessionException
extends java.lang.Exception

Wrapper exception class to different exceptions It simply stores the incoming exception and provides a method for obtaining the "real" exception.

Version:
1.2
Author:
Carles Pairot
See Also:
Serialized Form

Constructor Summary
SessionException(java.lang.Exception ex)
           
 
Method Summary
 java.lang.Exception getException()
          This method returns the exception produced in the notification service.
 
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(java.lang.Exception ex)
Method Detail

getException

public java.lang.Exception getException()
This method returns the exception produced in the notification service.

Returns:
Exception The exception occured in the underlying notification service.