|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionException.Type | |
---|---|
com.sap.conn.jco.ext | Provides all interfaces that are offered for embedding JCo into an application server. |
Uses of SessionException.Type in com.sap.conn.jco.ext |
---|
Methods in com.sap.conn.jco.ext that return SessionException.Type | |
---|---|
static SessionException.Type |
SessionException.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SessionException.Type[] |
SessionException.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.sap.conn.jco.ext with parameters of type SessionException.Type | |
---|---|
SessionException(SessionException.Type type,
java.lang.String message)
Creates a new instance of a SessionException with the given type and message. |
|
SessionException(SessionException.Type type,
java.lang.String message,
java.lang.Throwable causedBy)
Creates a new instance of a SessionException with the given type, message and potentially a cause exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |