Package com.courier.api.core
Class CourierApiError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.courier.api.core.CourierApiError
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CourierApiApiError
public class CourierApiError extends java.lang.RuntimeExceptionThis class serves as the base exception for all errors in the SDK.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CourierApiError(java.lang.String message)CourierApiError(java.lang.String message, java.lang.Exception e)
-