Package org.apache.parquet.cli.util
Class RuntimeIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.parquet.cli.util.RuntimeIOException
-
- All Implemented Interfaces:
Serializable
public class RuntimeIOException extends RuntimeException
RuntimeException wrapper for IOExceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeIOException(String message, IOException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeIOException
public RuntimeIOException(String message, IOException cause)
-
-