Enhydra 3.1 API

com.lutris.appserver.server.session
Class DuplicateKeyException

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
                                |
                                +--com.lutris.appserver.server.session.DuplicateKeyException

public synchronized class DuplicateKeyException
extends CreateSessionException

See Also:
Serialized Form

Constructor Summary
DuplicateKeyException(java.lang.String)
           
DuplicateKeyException(java.lang.String, java.lang.Throwable)
           
DuplicateKeyException(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

DuplicateKeyException

public DuplicateKeyException(java.lang.String)

DuplicateKeyException

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

DuplicateKeyException

public DuplicateKeyException(java.lang.Throwable)

Enhydra 3.1 API