| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.jbi.JBIException com.sun.jbi.binding.security.HttpErrorResponseException
HttpErrorResponseException | public HttpErrorResponseException(String message)(Code) | | Creates a new instance of HttpErrorResponseException.
Parameters: message - is a String describing the exception |
HttpErrorResponseException | public HttpErrorResponseException(String message, Throwable cause)(Code) | | Creates a new instance of HttpErrorResponseException.
Parameters: message - is a String describing the exception Parameters: cause - is the cause of the exception. |
HttpErrorResponseException | public HttpErrorResponseException(Throwable cause)(Code) | | Parameters: cause - is the Cause of the Exception |
getErrorCode | public int getErrorCode()(Code) | | Getter for property errorCode.
Value of property errorCode. |
getErrorMessage | public String getErrorMessage()(Code) | | Getter for property errorMessage.
Value of property errorMessage. |
setErrorCode | public void setErrorCode(int errorCode)(Code) | | Setter for property errorCode.
Parameters: errorCode - New value of property errorCode. |
setErrorMessage | public void setErrorMessage(String errorMessage)(Code) | | Setter for property errorMessage.
Parameters: errorMessage - New value of property errorMessage. |
|
|
|