Class SummaryException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class SummaryException extends AnchorFriendlyCheckedException
A special kind of exception that represents a summary of an existing set of exceptions.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • SummaryException

      public SummaryException(String message, Throwable cause)
      Creates with a message and a cause.
      Parameters:
      message - the message.
      cause - the cause.