public class BrokerException
extends java.lang.Exception
toString()
to retrieve the error message including the
error class and error code. getMessage()
to retrieve the error message only.Modifier and Type | Method and Description |
---|---|
int |
getErrorClass()
Returns the error class part of the Broker error.
|
int |
getErrorCode()
Returns the error code part of the Broker error.
|
java.lang.String |
getErrorDetail()
Gets the error detail text.
|
java.lang.String |
getErrorInfo()
Returns additional information from the Broker call which caused the
error.
|
java.lang.String |
toString()
Overrides the
toString method. |
public int getErrorClass()
public int getErrorCode()
public java.lang.String getErrorInfo()
null
.public java.lang.String toString()
toString
method.toString
in class java.lang.Throwable
public java.lang.String getErrorDetail()