Class IlandApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.ProcessingException
javax.ws.rs.client.ResponseProcessingException
com.iland.core.web.sdk.connection.IlandApiException
All Implemented Interfaces:
Serializable

public class IlandApiException extends javax.ws.rs.client.ResponseProcessingException
Exception thrown for all errors returned by the API.
Author:
Cory Snyder
See Also:
  • Constructor Details

    • IlandApiException

      public IlandApiException(ApiError error)
  • Method Details

    • getApiError

      public ApiError getApiError()