|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.epic.common.EpicException | +--com.ibm.b2bi.im.bfm.client.BFMClientException
This exception is used for any kind of exception originating from the client side code. The origin of exceptions can be RMI, IO, ClassNotFound exceptions and also any other uncaught exceptions. Throw this exception with a detailed message indicating the source of the exception and the actual exception.
Field Summary | |
static java.lang.String |
copyrightNotice
|
Fields inherited from class com.ibm.epic.common.EpicException |
copyrightNotice,
DEFAULT_RESOURCE |
Constructor Summary | |
BFMClientException()
|
|
BFMClientException(java.lang.String s)
Add any detailed error message to the exception. |
Methods inherited from class com.ibm.epic.common.EpicException |
convertNullsToNullString,
convertNulltoEmptyString,
convertNulltoNullString,
convertObjectArraytoString,
convertStackTraceToString,
create,
create,
getErrMsgId,
getLinkedException,
getLocalizedMessage,
getLogged,
getMessage,
getPropertiesFileName,
setLinkedException,
setLogged,
setPropertiesFileName,
toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String copyrightNotice
Constructor Detail |
public BFMClientException()
public BFMClientException(java.lang.String s)
s
- Detailed error message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |