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, toString
public 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
SnappyException
public String getMessage()
getMessage
in class Throwable
Copyright © 2011–2023 xerial.org. All rights reserved.