Package org.miniorange.saml
Class MoPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.miniorange.saml.MoPluginException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionMoPluginException
(MoPluginException.PluginErrorCode errorCode, String message) MoPluginException
(MoPluginException.PluginErrorCode errorCode, String message, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setErrorCode
(MoPluginException.PluginErrorCode errorCode) void
setMessage
(String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MoPluginException
-
MoPluginException
-
-
Method Details
-
getErrorCode
-
setErrorCode
-
getMessage
- Overrides:
getMessage
in classThrowable
-
setMessage
-