Package oracle.tmm.tcc.exception
Class TccClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.tmm.tcc.exception.TccClientException
- All Implemented Interfaces:
Serializable
This exception is thrown when an error occurs while initializing the client
or in processing the request/response from coordinator
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTccClientException
(String errorMessage) TccClientException
(String errorMessage, Throwable err) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TccClientException
-
TccClientException
-