Package org.xerial.snappy
Class SnappyError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.xerial.snappy.SnappyError
- All Implemented Interfaces:
Serializable
Used when serious errors (unchecked exception) are observed.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSnappyError
(SnappyErrorCode code) SnappyError
(SnappyErrorCode code, Error e) SnappyError
(SnappyErrorCode code, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
errorCode
-
-
Constructor Details
-
SnappyError
-
SnappyError
-
SnappyError
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-