| Package | Description | 
|---|---|
| org.apache.zookeeper | |
| org.apache.zookeeper.server.auth | 
| Modifier and Type | Method and Description | 
|---|---|
KeeperException.Code | 
KeeperException.code()
Read the error Code for this exception 
 | 
static KeeperException.Code | 
KeeperException.Code.get(int code)
Get the Code value for a particular integer error code 
 | 
static KeeperException.Code | 
KeeperException.Code.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static KeeperException.Code[] | 
KeeperException.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static KeeperException | 
KeeperException.create(KeeperException.Code code)
All non-specific keeper exceptions should be constructed via
 this factory method in order to guarantee consistency in error
 codes and such. 
 | 
static KeeperException | 
KeeperException.create(KeeperException.Code code,
      String path)
All non-specific keeper exceptions should be constructed via
 this factory method in order to guarantee consistency in error
 codes and such. 
 | 
| Constructor and Description | 
|---|
KeeperException(KeeperException.Code code)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract KeeperException.Code | 
ServerAuthenticationProvider.handleAuthentication(ServerAuthenticationProvider.ServerObjs serverObjs,
                    byte[] authData)
This method is called when a client passes authentication data for this
 scheme. 
 | 
KeeperException.Code | 
KeyAuthenticationProvider.handleAuthentication(ServerAuthenticationProvider.ServerObjs serverObjs,
                    byte[] authData)  | 
KeeperException.Code | 
X509AuthenticationProvider.handleAuthentication(ServerCnxn cnxn,
                    byte[] authData)  | 
KeeperException.Code | 
SASLAuthenticationProvider.handleAuthentication(ServerCnxn cnxn,
                    byte[] authData)  | 
KeeperException.Code | 
EnsembleAuthenticationProvider.handleAuthentication(ServerCnxn cnxn,
                    byte[] authData)  | 
KeeperException.Code | 
ServerAuthenticationProvider.handleAuthentication(ServerCnxn cnxn,
                    byte[] authData)  | 
KeeperException.Code | 
DigestAuthenticationProvider.handleAuthentication(ServerCnxn cnxn,
                    byte[] authData)  | 
KeeperException.Code | 
IPAuthenticationProvider.handleAuthentication(ServerCnxn cnxn,
                    byte[] authData)  | 
KeeperException.Code | 
AuthenticationProvider.handleAuthentication(ServerCnxn cnxn,
                    byte[] authData)
This method is called when a client passes authentication data for this
 scheme. 
 | 
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.