Class UnexpectedError

All Implemented Interfaces:
Serializable

public class UnexpectedError extends RuntimeException
Understands an unexpected error.
See Also:
  • Field Details

  • Constructor Details

    • UnexpectedError

      UnexpectedError(Throwable cause)
      Creates a new UnexpectedError.
      Parameters:
      cause - the original cause of the error.