Class EverSdkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.deplant.java4ever.binding.EverSdkException
All Implemented Interfaces:
Serializable

public class EverSdkException extends Exception
Exception thrown when attempting to use EVER-SDK API methods This exception has errorResponse() field that holds error response from EVER-SDK. All additional causes can be inspected using the Throwable.getCause() method.
Since:
1.5
See Also: