Uses of Enum
org.miniorange.saml.MoSAMLException.SAMLErrorCode
Packages that use MoSAMLException.SAMLErrorCode
-
Uses of MoSAMLException.SAMLErrorCode in org.miniorange.saml
Methods in org.miniorange.saml that return MoSAMLException.SAMLErrorCodeModifier 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.Constructors in org.miniorange.saml with parameters of type MoSAMLException.SAMLErrorCodeModifierConstructorDescriptionMoSAMLException
(String message, String resolution, MoSAMLException.SAMLErrorCode errorCode) MoSAMLException
(String message, MoSAMLException.SAMLErrorCode errorCode) MoSAMLException
(Throwable cause, MoSAMLException.SAMLErrorCode errorCode) MoSAMLException
(MoSAMLException.SAMLErrorCode errorCode)