|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionManagementExceptionValues | |
---|---|
be.ehealth.technicalconnector.exception |
Uses of SessionManagementExceptionValues in be.ehealth.technicalconnector.exception |
---|
Methods in be.ehealth.technicalconnector.exception that return SessionManagementExceptionValues | |
---|---|
static SessionManagementExceptionValues |
SessionManagementExceptionValues.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SessionManagementExceptionValues[] |
SessionManagementExceptionValues.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in be.ehealth.technicalconnector.exception with parameters of type SessionManagementExceptionValues | |
---|---|
SessionManagementException(SessionManagementExceptionValues errorCodeValue,
Object... params)
Creates a new SessionManagementException |
|
SessionManagementException(SessionManagementExceptionValues errorCodeValue,
Throwable e,
Object... params)
Creates a new SessionManagementException |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |