| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb | |
| org.apache.kerby.kerberos.kerb.type.base |
| Modifier and Type | Method and Description |
|---|---|
static KrbErrorCode |
KrbErrorCode.fromValue(Integer value) |
KrbErrorCode |
KrbException.getKrbErrorCode() |
static KrbErrorCode |
KrbErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrbErrorCode[] |
KrbErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KrbException(KrbErrorCode errorCode) |
KrbException(KrbErrorCode errorCode,
String message) |
KrbException(KrbErrorCode errorCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
KrbErrorCode |
KrbError.getErrorCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbError.setErrorCode(KrbErrorCode errorCode) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.