Class RESTException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.aeontronix.enhancedmule.tools.util.restclient.RESTException
- All Implemented Interfaces:
Serializable
public class RESTException extends IOException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RESTException(int statusCode)RESTException(String message, int statusCode)RESTException(String message, Throwable cause, int statusCode)RESTException(Throwable cause, int statusCode) -
Method Summary
Modifier and Type Method Description intgetStatusCode()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RESTException
public RESTException(int statusCode) -
RESTException
-
RESTException
-
RESTException
-
-
Method Details
-
getStatusCode
public int getStatusCode()
-