Class UncheckedIOException

All Implemented Interfaces:
Serializable

public class UncheckedIOException extends UncheckedException
Since:
0.8
Author:
Haiyang Li
See Also:
  • Constructor Details

    • UncheckedIOException

      public UncheckedIOException(IOException cause)
      Constructor for UncheckedIOException.
      Parameters:
      cause -
    • UncheckedIOException

      public UncheckedIOException(String message, IOException cause)
      Constructor for UncheckedIOException.
      Parameters:
      message -
      cause -
  • Method Details

    • getCause

      public IOException getCause()
      Returns the cause of this exception.
      Overrides:
      getCause in class UncheckedException
      Returns:
      the IOException which is the cause of this exception.