java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.resource.ResourceException | +--javax.resource.spi.CommException
An CommException indicates errors related to failed or interrupted communication with an EIS instance. . Examples of common error conditions represented by this exception type include: communication protocol error, invalidated connection due to server failure.
CommException(java.lang.String reason)
CommException(java.lang.String reason,
java.lang.String errorCode)
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CommException(java.lang.String reason, java.lang.String errorCode)
reason
- a description of the exceptionerrorCode
- a string specifying the vendor specific
error codepublic CommException(java.lang.String reason)
reason
- a description of the exception