Class TccClientException

All Implemented Interfaces:
Serializable

public class TccClientException extends RuntimeException
This exception is thrown when an error occurs while initializing the client or in processing the request/response from coordinator
See Also:
  • Constructor Details

    • TccClientException

      public TccClientException(String errorMessage, Throwable err)
    • TccClientException

      public TccClientException(String errorMessage)