Class BeanStrangeException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class BeanStrangeException extends AnchorFriendlyRuntimeException
When something quite strange happens that we don't usually want to catch.

This type of "black swan" exception is for errors where we aren't going to invest much effort in handling, unless it starts becoming thrown regularly.

Author:
Owen Feehan
See Also:
  • Constructor Details

    • BeanStrangeException

      public BeanStrangeException(String message)
      Creates with a message only.
      Parameters:
      message - the message.
    • BeanStrangeException

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