Uses of Enum
org.miniorange.saml.MoPluginException.PluginErrorCode
Packages that use MoPluginException.PluginErrorCode
-
Uses of MoPluginException.PluginErrorCode in org.miniorange.saml
Methods in org.miniorange.saml that return MoPluginException.PluginErrorCodeModifier and TypeMethodDescriptionMoPluginException.getErrorCode()
Returns the enum constant of this type with the specified name.static MoPluginException.PluginErrorCode[]
MoPluginException.PluginErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.miniorange.saml with parameters of type MoPluginException.PluginErrorCodeModifier and TypeMethodDescriptionvoid
MoPluginException.setErrorCode
(MoPluginException.PluginErrorCode errorCode) Constructors in org.miniorange.saml with parameters of type MoPluginException.PluginErrorCodeModifierConstructorDescriptionMoPluginException
(MoPluginException.PluginErrorCode errorCode, String message) MoPluginException
(MoPluginException.PluginErrorCode errorCode, String message, Throwable t)