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