Class UnexpectedException

All Implemented Interfaces:
Serializable

public class UnexpectedException extends RuntimeException
Understands an exception thrown when an unexpected error occurs.
See Also:
  • Field Details

  • Constructor Details

    • UnexpectedException

      public UnexpectedException(Throwable cause)
      Creates a new UnexpectedException.
      Parameters:
      cause - the unexpected exception.
    • UnexpectedException

      public UnexpectedException(String message, Throwable cause)
      Creates a new UnexpectedException.
      Parameters:
      message - the detail message.
      cause - the unexpected exception.
  • Method Details