Package io.mailtrap.exception
Class BaseMailtrapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mailtrap.exception.BaseMailtrapException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpException
,InvalidRequestBodyException
,JsonException
Base custom exception. Should be parent exception for all other custom exceptions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseMailtrapException
(String errorMessage) BaseMailtrapException
(String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseMailtrapException
-
BaseMailtrapException
-