Uses of Enum Class
org.apache.zookeeper.KeeperException.Code
Packages that use KeeperException.Code
-
Uses of KeeperException.Code in org.apache.zookeeper
Methods in org.apache.zookeeper that return KeeperException.CodeModifier and TypeMethodDescriptionKeeperException.code()
Read the error Code for this exceptionstatic KeeperException.Code
KeeperException.Code.get
(int code) Get the Code value for a particular integer error codestatic KeeperException.Code
Returns the enum constant of this class with the specified name.static KeeperException.Code[]
KeeperException.Code.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.zookeeper with parameters of type KeeperException.CodeModifier and TypeMethodDescriptionstatic 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.Constructors in org.apache.zookeeper with parameters of type KeeperException.Code -
Uses of KeeperException.Code in org.apache.zookeeper.server.auth
Methods in org.apache.zookeeper.server.auth that return KeeperException.CodeModifier and TypeMethodDescriptionAuthenticationProvider.handleAuthentication
(ServerCnxn cnxn, byte[] authData) This method is called when a client passes authentication data for this scheme.DigestAuthenticationProvider.handleAuthentication
(ServerCnxn cnxn, byte[] authData) EnsembleAuthenticationProvider.handleAuthentication
(ServerCnxn cnxn, byte[] authData) IPAuthenticationProvider.handleAuthentication
(ServerCnxn cnxn, byte[] authData) KeyAuthenticationProvider.handleAuthentication
(ServerAuthenticationProvider.ServerObjs serverObjs, byte[] authData) SASLAuthenticationProvider.handleAuthentication
(ServerCnxn cnxn, byte[] authData) abstract KeeperException.Code
ServerAuthenticationProvider.handleAuthentication
(ServerAuthenticationProvider.ServerObjs serverObjs, byte[] authData) This method is called when a client passes authentication data for this scheme.final KeeperException.Code
ServerAuthenticationProvider.handleAuthentication
(ServerCnxn cnxn, byte[] authData) X509AuthenticationProvider.handleAuthentication
(ServerCnxn cnxn, byte[] authData)