Class ClientTransactionDeclarationException

All Implemented Interfaces:
Serializable

public class ClientTransactionDeclarationException extends ClientIllegalStateException
Thrown when a transaction declaration fails or is rejected by the remote.
See Also:
  • Constructor Details

    • ClientTransactionDeclarationException

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

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