Class EndorseException

All Implemented Interfaces:
Serializable

public class EndorseException extends TransactionException
Thrown when a failure occurs endorsing a transaction proposal.
See Also:
  • Constructor Details

    • EndorseException

      public EndorseException(String transactionId, StatusRuntimeException cause)
      Constructs a new exception with the specified cause.
      Parameters:
      transactionId - a transaction ID.
      cause - the cause.