Package com.isode.dsapi.util
Class SaslMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.isode.dsapi.util.SaslException
com.isode.dsapi.util.SaslMappingException
- All Implemented Interfaces:
Serializable
Exception used for errors at SaslMapping.
- Since:
- 15.0
- Author:
- mst
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaslMappingException
(String message) Creates a new instance of SaslMappingException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SaslMappingException
Creates a new instance of SaslMappingException.- Parameters:
message
- human-friendly error message
-
-
Method Details
-
toString
Returns formated error info.- Overrides:
toString
in classSaslException
- Returns:
- formated error info
-