Package com.mindee.http
Class MindeeHttpExceptionV2
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mindee.MindeeException
-
- com.mindee.http.MindeeHttpExceptionV2
-
- All Implemented Interfaces:
Serializable
public class MindeeHttpExceptionV2 extends MindeeException
Represent a Mindee exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MindeeHttpExceptionV2(int status, String detail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDetail()
Error details.int
getStatus()
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
-
-