Class CommonRosetteAPIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.basistech.rosette.RosetteRuntimeException
com.basistech.rosette.apimodel.CommonRosetteAPIException
All Implemented Interfaces:
Serializable

public class CommonRosetteAPIException extends com.basistech.rosette.RosetteRuntimeException
Exception from the Rosette API inherit from this exception.
See Also:
  • Constructor Details

    • CommonRosetteAPIException

      public CommonRosetteAPIException(ErrorResponse errorResponse)
    • CommonRosetteAPIException

      public CommonRosetteAPIException(String message, Throwable cause, ErrorResponse errorResponse)
    • CommonRosetteAPIException

      public CommonRosetteAPIException(String message, ErrorResponse errorResponse)
    • CommonRosetteAPIException

      public CommonRosetteAPIException(Throwable cause, ErrorResponse errorResponse)
  • Method Details