Package org.xerial.snappy
Class SnappyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xerial.snappy.SnappyException
- All Implemented Interfaces:
Serializable
Deprecated.
Exception in snappy-java
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SnappyErrorCode
Deprecated.private static final long
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionSnappyException
(int code) Deprecated.SnappyException
(SnappyErrorCode errorCode) Deprecated.SnappyException
(SnappyErrorCode errorCode, Exception e) Deprecated.SnappyException
(SnappyErrorCode errorCode, String message) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.static void
throwException
(int errorCode) Deprecated.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 serialVersionUIDDeprecated.- See Also:
-
errorCode
Deprecated.
-
-
Constructor Details
-
SnappyException
public SnappyException(int code) Deprecated. -
SnappyException
Deprecated. -
SnappyException
Deprecated. -
SnappyException
Deprecated.
-
-
Method Details
-
getErrorCode
Deprecated. -
throwException
Deprecated.- Throws:
SnappyException
-
getMessage
Deprecated.- Overrides:
getMessage
in classThrowable
-
IOException