Class ClientTransactionInDoubtException

All Implemented Interfaces:
Serializable

public class ClientTransactionInDoubtException extends ClientIllegalStateException
Thrown when a transaction operation fails and state is now unknown.
See Also:
  • Constructor Details

    • ClientTransactionInDoubtException

      public ClientTransactionInDoubtException(String message)
      Creates a new transaction in doubt exception.
      Parameters:
      message - The message that describes the reason for the error.
    • ClientTransactionInDoubtException

      public ClientTransactionInDoubtException(String message, Throwable cause)
      Creates a new transaction in doubt exception.
      Parameters:
      message - The message that describes the reason for the error.
      cause - An exception that further defines the reason for the error.