| Package | Description |
|---|---|
| org.xipki.ca.api |
| Modifier and Type | Method and Description |
|---|---|
OperationException.ErrorCode |
OperationException.getErrorCode() |
static OperationException.ErrorCode |
OperationException.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationException.ErrorCode[] |
OperationException.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OperationException(OperationException.ErrorCode errorCode) |
OperationException(OperationException.ErrorCode errorCode,
String errorMessage) |
OperationException(OperationException.ErrorCode errorCode,
Throwable throwable) |
Copyright © 2019. All rights reserved.