Package org.apache.nemo.common.exception
Class UnsupportedCompressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.UnsupportedCompressionException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnsupportedCompressionException extends java.lang.RuntimeException
UnsupportedCompressionException Thrown when the compression method is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCompressionException(java.lang.String cause)
Constructor.
-