Uses of Enum
org.miniorange.saml.MoPluginException.PluginErrorCode
-
Uses of MoPluginException.PluginErrorCode in org.miniorange.saml
Modifier 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.Modifier and TypeMethodDescriptionvoid
MoPluginException.setErrorCode
(MoPluginException.PluginErrorCode errorCode) ModifierConstructorDescriptionMoPluginException
(MoPluginException.PluginErrorCode errorCode, String message) MoPluginException
(MoPluginException.PluginErrorCode errorCode, String message, Throwable t)