com.ibm.b2bi.im.bfm.client
Class BFMClientException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.epic.common.EpicException
                    |
                    +--com.ibm.b2bi.im.bfm.client.BFMClientException

public class BFMClientException
extends com.ibm.epic.common.EpicException

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.

See Also:
Serialized Form

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

copyrightNotice

public static final java.lang.String copyrightNotice
Constructor Detail

BFMClientException

public BFMClientException()

BFMClientException

public BFMClientException(java.lang.String s)
Add any detailed error message to the exception.
Parameters:
s - Detailed error message.