Package | Description |
---|---|
com.asakusafw.windgate.core.session |
Provides WindGate session management.
|
Modifier and Type | Method and Description |
---|---|
SessionException.Reason |
SessionException.getReason()
Returns the reason of this exception.
|
static SessionException.Reason |
SessionException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionException.Reason[] |
SessionException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SessionException(String sessionId,
SessionException.Reason reason)
Creates a new instance.
|
SessionException(String sessionId,
SessionException.Reason reason,
Throwable cause)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.