| Package | Description |
|---|---|
| net.zubial.hibernate.encrypt.enums | |
| net.zubial.hibernate.encrypt.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static PBEErrorCodeEnum |
PBEErrorCodeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PBEErrorCodeEnum[] |
PBEErrorCodeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PBEException(PBEErrorCodeEnum errorCodeEnum) |
PBEException(PBEErrorCodeEnum errorCodeEnum,
String errorMessage) |
PBEException(PBEErrorCodeEnum errorCodeEnum,
Throwable runtimeError,
Object... args) |
Copyright © 2018. All rights reserved.