Class ProposerException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class ProposerException extends AnchorFriendlyCheckedException
An exception thrown when something goes wrong in a Proposer.

This exception extends AnchorFriendlyCheckedException to provide user-friendly error messages for issues occurring during the proposal process.

Author:
Owen Feehan
See Also:
  • Constructor Details

    • ProposerException

      public ProposerException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
    • ProposerException

      public ProposerException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)