| Modifier and Type | Method and Description |
|---|---|
MoSAMLException.SAMLErrorCode |
MoSAMLException.getErrorCode() |
static MoSAMLException.SAMLErrorCode |
MoSAMLException.SAMLErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoSAMLException.SAMLErrorCode[] |
MoSAMLException.SAMLErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MoSAMLException(MoSAMLException.SAMLErrorCode errorCode) |
MoSAMLException(String message,
MoSAMLException.SAMLErrorCode errorCode) |
MoSAMLException(String message,
String resolution,
MoSAMLException.SAMLErrorCode errorCode) |
MoSAMLException(Throwable cause,
MoSAMLException.SAMLErrorCode errorCode) |
Copyright © 2016–2022. All rights reserved.