Enhydra 3.1 API

com.lutris.appserver.server.session
Class CreateSessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lutris.util.ChainedException
                    |
                    +--com.lutris.appserver.server.session.SessionException
                          |
                          +--com.lutris.appserver.server.session.CreateSessionException
Direct Known Subclasses:
DuplicateKeyException

public synchronized class CreateSessionException
extends SessionException

See Also:
Serialized Form

Constructor Summary
CreateSessionException(java.lang.String)
           
CreateSessionException(java.lang.String, java.lang.Throwable)
           
CreateSessionException(java.lang.Throwable)
           
 
Methods inherited from class com.lutris.util.ChainedException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateSessionException

public CreateSessionException(java.lang.String)

CreateSessionException

public CreateSessionException(java.lang.String,
                              java.lang.Throwable)

CreateSessionException

public CreateSessionException(java.lang.Throwable)

Enhydra 3.1 API