@Deprecated public static interface KeeperException.CodeDeprecated
| Modifier and Type | Field and Description | 
|---|---|
| static int | APIErrorDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.APIERRORinstead | 
| static int | AuthFailedDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.AUTHFAILEDinstead | 
| static int | BadArgumentsDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.BADARGUMENTSinstead | 
| static int | BadVersionDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.BADVERSIONinstead | 
| static int | ConnectionLossDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.CONNECTIONLOSSinstead | 
| static int | DataInconsistencyDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.DATAINCONSISTENCYinstead | 
| static int | EphemeralOnLocalSessionDeprecated.  | 
| static int | InvalidACLDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.INVALIDACLinstead | 
| static int | InvalidCallbackDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.INVALIDCALLBACKinstead | 
| static int | MarshallingErrorDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.MARSHALLINGERRORinstead | 
| static int | NewConfigNoQuorumDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.NEWCONFIGNOQUORUMinstead | 
| static int | NoAuthDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.NOAUTHinstead | 
| static int | NoChildrenForEphemeralsDeprecated. 
 deprecated in 3.1.0, use
  KeeperException.Code.NOCHILDRENFOREPHEMERALSinstead | 
| static int | NodeExistsDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.NODEEXISTSinstead | 
| static int | NoNodeDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.NONODEinstead | 
| static int | NotEmptyDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.NOTEMPTYinstead | 
| static int | OkDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.OKinstead | 
| static int | OperationTimeoutDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.OPERATIONTIMEOUTinstead | 
| static int | ReconfigInProgressDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.RECONFIGINPROGRESSinstead | 
| static int | RuntimeInconsistencyDeprecated. 
 deprecated in 3.1.0, use
  KeeperException.Code.RUNTIMEINCONSISTENCYinstead | 
| static int | SessionExpiredDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.SESSIONEXPIREDinstead | 
| static int | SystemErrorDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.SYSTEMERRORinstead | 
| static int | UnimplementedDeprecated. 
 deprecated in 3.1.0, use  KeeperException.Code.UNIMPLEMENTEDinstead | 
| static int | UnknownSessionDeprecated.  | 
@Deprecated static final int Ok
KeeperException.Code.OK instead@Deprecated static final int SystemError
KeeperException.Code.SYSTEMERROR instead@Deprecated static final int RuntimeInconsistency
KeeperException.Code.RUNTIMEINCONSISTENCY instead@Deprecated static final int DataInconsistency
KeeperException.Code.DATAINCONSISTENCY
 instead@Deprecated static final int ConnectionLoss
KeeperException.Code.CONNECTIONLOSS
 instead@Deprecated static final int MarshallingError
KeeperException.Code.MARSHALLINGERROR
 instead@Deprecated static final int Unimplemented
KeeperException.Code.UNIMPLEMENTED
 instead@Deprecated static final int OperationTimeout
KeeperException.Code.OPERATIONTIMEOUT
 instead@Deprecated static final int BadArguments
KeeperException.Code.BADARGUMENTS
 instead@Deprecated static final int UnknownSession
@Deprecated static final int NewConfigNoQuorum
KeeperException.Code.NEWCONFIGNOQUORUM
 instead@Deprecated static final int ReconfigInProgress
KeeperException.Code.RECONFIGINPROGRESS
 instead@Deprecated static final int APIError
KeeperException.Code.APIERROR instead@Deprecated static final int NoNode
KeeperException.Code.NONODE instead@Deprecated static final int NoAuth
KeeperException.Code.NOAUTH instead@Deprecated static final int BadVersion
KeeperException.Code.BADVERSION instead@Deprecated static final int NoChildrenForEphemerals
KeeperException.Code.NOCHILDRENFOREPHEMERALS
 instead@Deprecated static final int NodeExists
KeeperException.Code.NODEEXISTS instead@Deprecated static final int NotEmpty
KeeperException.Code.NOTEMPTY instead@Deprecated static final int SessionExpired
KeeperException.Code.SESSIONEXPIRED instead@Deprecated static final int InvalidCallback
KeeperException.Code.INVALIDCALLBACK
 instead@Deprecated static final int InvalidACL
KeeperException.Code.INVALIDACL instead@Deprecated static final int AuthFailed
KeeperException.Code.AUTHFAILED instead@Deprecated static final int EphemeralOnLocalSession
Copyright © 2017 The Apache Software Foundation