|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.softwareag.entirex.aci.BrokerException
public class BrokerException
Exception class thrown by EntireX Java ACI/RPC classes.
Use toString()
to retrieve the error message including the
error class and error code.
Use getMessage()
to retrieve the error message only.
Method Summary | |
---|---|
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 |
getErrorInfo()
Returns additional information from the Broker call which caused the error. |
java.lang.String |
toString()
Overrides the toString method. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |