Class JaffreeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JaffreeAbnormalExitException

public class JaffreeException extends RuntimeException
Common exception used in this library.
See Also:
  • Constructor Details

    • JaffreeException

      public JaffreeException(String message)
      Constructs a new JaffreeException with the specified detail message.
      Parameters:
      message - message
    • JaffreeException

      public JaffreeException(String message, Throwable cause)
      Constructs a new JaffreeException with the specified detail message and cause.
      Parameters:
      message - message
      cause - cause
    • JaffreeException

      public JaffreeException(String message, List<Throwable> causeAndSuppressed)
      Constructs a new JaffreeException with the specified message, cause and suppressed exceptions.
      Parameters:
      message - message
      causeAndSuppressed - first exception is the cause, others - suppressed
    • JaffreeException

      public JaffreeException(String message, Throwable cause, List<Throwable> suppressed)
      Constructs a new JaffreeException with the specified message, cause and suppressed exceptions.
      Parameters:
      message - message
      cause - cause
      suppressed - suppressed exceptions