| com.lutris.appserver.server.sessionEnhydra.CreateSessionException com.lutris.appserver.server.sessionEnhydra.DuplicateKeyException
DuplicateKeyException | public class DuplicateKeyException extends CreateSessionException (Code) | | Exception thrown by StandardSessionHome if a session cannot be created
because the session key is already in use.
version: $Revision: 1.2 $ author: Kyle Clark |
DuplicateKeyException | public DuplicateKeyException(String msg)(Code) | | Construct a exception without a specified cause.
Parameters: msg - The message associated with the exception. |
DuplicateKeyException | public DuplicateKeyException(String msg, Throwable cause)(Code) | | Construct a exception with an associated causing exception.
Parameters: msg - The message associated with the exception. Parameters: cause - The error or exception that cause thisexception. |
DuplicateKeyException | public DuplicateKeyException(Throwable cause)(Code) | | Construct a exception with an associated causing exception.
Parameters: cause - The error or exception that cause thisexception. |
|
|