VMware GemFire Java API Reference
Package org.apache.geode.compression
Class CompressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.compression.CompressionException
-
- All Implemented Interfaces:
Serializable
public class CompressionException extends GemFireException
Wraps specific compression errors forcompressors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompressionException(String s)CompressionException(String s, Throwable cause)CompressionException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-