Package com.mindee.http
Class MindeeHttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mindee.MindeeException
-
- com.mindee.http.MindeeHttpException
-
- All Implemented Interfaces:
Serializable
public class MindeeHttpException extends MindeeException
Represent a Mindee exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MindeeHttpException(int statusCode, String message, String details, String code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
Error code (not HTTP code).String
getDetails()
Error details.int
getStatusCode()
Standard HTTP status code.String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-