public class HttpErrorResponseException extends JBIException
| Constructor and Description |
|---|
HttpErrorResponseException(String message)
Creates a new instance of HttpErrorResponseException.
|
HttpErrorResponseException(String message,
Throwable cause)
Creates a new instance of HttpErrorResponseException.
|
HttpErrorResponseException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Getter for property errorCode.
|
String |
getErrorMessage()
Getter for property errorMessage.
|
void |
setErrorCode(int errorCode)
Setter for property errorCode.
|
void |
setErrorMessage(String errorMessage)
Setter for property errorMessage.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpErrorResponseException(String message)
message - is a String describing the exceptionpublic HttpErrorResponseException(String message, Throwable cause)
message - is a String describing the exceptioncause - is the cause of the exception.public HttpErrorResponseException(Throwable cause)
cause - is the Cause of the Exceptionpublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - New value of property errorMessage.public int getErrorCode()
public void setErrorCode(int errorCode)
errorCode - New value of property errorCode.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.