Package com.isode.som
Class SomException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.isode.som.SomException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SomInvalidCommandArgumentException,SomInvalidTimeStringException,SomTimeoutException,SomUnauthenticatedSessionException
Basic Exception class for SOM API
- Author:
- mst
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SomException
Default constructor- Parameters:
message- exception details (human friendly)
-
-
Method Details
-
getMessage
Return exception details message- Overrides:
getMessagein classThrowable
-