| Package | Description |
|---|---|
| tachyon.exception |
| Modifier and Type | Method and Description |
|---|---|
TachyonExceptionType |
TachyonException.getType() |
static TachyonExceptionType |
TachyonExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TachyonExceptionType[] |
TachyonExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TachyonException(TachyonExceptionType type,
String message) |
TachyonException(TachyonExceptionType type,
String message,
Throwable cause) |
TachyonException(TachyonExceptionType type,
Throwable cause) |
Copyright © 2015. All Rights Reserved.