IOException@Deprecated public class SnappyException extends Exception
| Modifier and Type | Field and Description |
|---|---|
SnappyErrorCode |
errorCode
Deprecated.
|
| Constructor and Description |
|---|
SnappyException(int code)
Deprecated.
|
SnappyException(SnappyErrorCode errorCode)
Deprecated.
|
SnappyException(SnappyErrorCode errorCode,
Exception e)
Deprecated.
|
SnappyException(SnappyErrorCode errorCode,
String message)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SnappyErrorCode |
getErrorCode()
Deprecated.
|
String |
getMessage()
Deprecated.
|
static void |
throwException(int errorCode)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final SnappyErrorCode errorCode
public SnappyException(int code)
public SnappyException(SnappyErrorCode errorCode)
public SnappyException(SnappyErrorCode errorCode, Exception e)
public SnappyException(SnappyErrorCode errorCode, String message)
public SnappyErrorCode getErrorCode()
public static void throwException(int errorCode)
throws SnappyException
SnappyExceptionpublic String getMessage()
getMessage in class ThrowableCopyright © 2011-2013 xerial.org. All Rights Reserved.