public class TachyonException extends Exception
| Modifier | Constructor and Description |
|---|---|
protected |
TachyonException(TachyonExceptionType type,
String message) |
protected |
TachyonException(TachyonExceptionType type,
String message,
Throwable cause) |
protected |
TachyonException(TachyonExceptionType type,
Throwable cause) |
|
TachyonException(TachyonTException te) |
| Modifier and Type | Method and Description |
|---|---|
TachyonExceptionType |
getType() |
TachyonTException |
toTachyonTException() |
static <T extends TachyonException> |
unwrap(TachyonException e,
Class<T> throwClass) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TachyonException(TachyonTException te)
protected TachyonException(TachyonExceptionType type, Throwable cause)
protected TachyonException(TachyonExceptionType type, String message)
protected TachyonException(TachyonExceptionType type, String message, Throwable cause)
public TachyonExceptionType getType()
public TachyonTException toTachyonTException()
public static <T extends TachyonException> void unwrap(TachyonException e, Class<T> throwClass) throws T extends TachyonException
T extends TachyonExceptionCopyright © 2015. All Rights Reserved.