Class TargomoClientRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.targomo.client.api.exception.TargomoClientRuntimeException
All Implemented Interfaces:
Serializable

public class TargomoClientRuntimeException extends RuntimeException
Excpetion thrown when there is a runtime exception in a request to a Targomo API
See Also:
  • Constructor Details

    • TargomoClientRuntimeException

      public TargomoClientRuntimeException(String message, Throwable throwable)
      Parameters:
      message - Description of the exception
      throwable - cause of the exception
    • TargomoClientRuntimeException

      public TargomoClientRuntimeException(String message)
      Parameters:
      message - Description of the exception