| Modifier and Type | Method and Description |
|---|---|
KeystoneException.Operation |
KeystoneException.getOperation() |
static KeystoneException.Operation |
KeystoneException.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeystoneException.Operation[] |
KeystoneException.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KeystoneException(KeystoneException.Operation operation)
Build a new instance of KeystoneException.
|
KeystoneException(KeystoneException.Operation operation,
String message)
Build a new instance of KeystoneException.
|
KeystoneException(KeystoneException.Operation operation,
String message,
Throwable cause)
Build a new instance of KeystoneException.
|
KeystoneException(KeystoneException.Operation operation,
Throwable cause)
Build a new instance of KeystoneException.
|
Copyright © 2010–2014 Intelligents-ia. All rights reserved.