public class KeystoneException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
KeystoneException.Operation
Operation that can be processed by bootstrap.
|
| Constructor and Description |
|---|
KeystoneException()
Build a new instance of KeystoneException.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
KeystoneException.Operation |
getOperation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeystoneException()
public KeystoneException(KeystoneException.Operation operation)
operation - public KeystoneException(KeystoneException.Operation operation, String message, Throwable cause)
message - cause - public KeystoneException(KeystoneException.Operation operation, String message)
message - public KeystoneException(KeystoneException.Operation operation, Throwable cause)
cause - public final KeystoneException.Operation getOperation()
Copyright © 2010–2014 Intelligents-ia. All rights reserved.