Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
TDatabaseExceptionType |
TDatabaseException.type |
Modifier and Type | Method and Description |
---|---|
static TDatabaseExceptionType |
TDatabaseExceptionType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TDatabaseExceptionType |
TDatabaseException.getType() |
static TDatabaseExceptionType |
TDatabaseExceptionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TDatabaseExceptionType[] |
TDatabaseExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TDatabaseException |
TDatabaseException.setType(TDatabaseExceptionType type) |
Constructor and Description |
---|
TDatabaseException(TDatabaseExceptionType type,
java.lang.String message) |
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.