Uses of Enum
org.miniorange.saml.MoSAMLException.SAMLErrorCode
-
Uses of MoSAMLException.SAMLErrorCode in org.miniorange.saml
Modifier and TypeMethodDescriptionMoSAMLException.getErrorCode()
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.ModifierConstructorDescriptionMoSAMLException
(String message, String resolution, MoSAMLException.SAMLErrorCode errorCode) MoSAMLException
(String message, MoSAMLException.SAMLErrorCode errorCode) MoSAMLException
(Throwable cause, MoSAMLException.SAMLErrorCode errorCode) MoSAMLException
(MoSAMLException.SAMLErrorCode errorCode)