Package com.targomo.client.api.exception
Class TargomoClientRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.targomo.client.api.exception.TargomoClientRuntimeException
- All Implemented Interfaces:
Serializable
Excpetion thrown when there is a runtime exception in a request to a Targomo API
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTargomoClientRuntimeException(String message) TargomoClientRuntimeException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TargomoClientRuntimeException
- Parameters:
message- Description of the exceptionthrowable- cause of the exception
-
TargomoClientRuntimeException
- Parameters:
message- Description of the exception
-