Package org.kuali.rice.ksb.messaging
Class HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.kuali.rice.ksb.messaging.HttpException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpException(int responseCode) HttpException(int responseCode, String arg0) HttpException(int responseCode, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpException
public HttpException(int responseCode) -
HttpException
-
HttpException
-
-
Method Details
-
getResponseCode
public int getResponseCode()
-