Package com.signalquest.api
Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.signalquest.api.ApiException
- All Implemented Interfaces:
Serializable
API exceptions with developer-friendly messages.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe developer-friendly exception message; not intended for displaying to end-usersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getMessage
The developer-friendly exception message; not intended for displaying to end-users- Overrides:
getMessage
in classThrowable
-