Class UncheckedException

All Implemented Interfaces:
Serializable

public final class UncheckedException extends RuntimeException
A wrapper for an exception that has been made into unchecked.
See Also:
  • Constructor Details

    • UncheckedException

      public UncheckedException(Throwable cause)
      Creates the exception.
      Parameters:
      cause - the wrapped cause