Uses of Enum Class
com.tailf.conf.ErrorCode
Package
Description
Package with methods for connecting to the configuration database.
Data types and utilities for communication with the server.
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
Package for setup and control of High Availability cluster nodes.
MAAPI is an API which provides full access to the systems internal
transaction engine.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
NCS Java machine management and control of Services, Neds,
callbacks and Applications
Package for subscription to asynchronous events.
-
Uses of ErrorCode in com.tailf.cdb
ModifierConstructorDescriptionCdbException
(String msg, ErrorCode code) CdbException
(String msg, ErrorCode code, Throwable cause) -
Uses of ErrorCode in com.tailf.conf
Modifier and TypeMethodDescriptionConfException.getErrorCode()
static ErrorCode
ErrorCode.valueOf
(int i) Returns the enum constant of this class with the specified name.static ErrorCode
Returns the enum constant of this class with the specified name.static ErrorCode[]
ErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionConfBadTermException
(String msg, ErrorCode code, Throwable cause) ConfException
(String msg, ErrorCode code) ConfException
(String msg, ErrorCode code, Throwable cause) ConfException
(String msg, ErrorCode code, Throwable cause, Object o) ConfWarningException
(String msg, ErrorCode code, ConfWarning[] ws) -
Uses of ErrorCode in com.tailf.dp
ModifierConstructorDescriptionDpCallbackException
(String msg, ErrorCode code) DpCallbackException
(String msg, ErrorCode code, Throwable cause) DpException
(String msg, ErrorCode code, Throwable cause) -
Uses of ErrorCode in com.tailf.ha
ModifierConstructorDescriptionHaException
(String msg, ErrorCode code) HaException
(String msg, ErrorCode code, Throwable cause) -
Uses of ErrorCode in com.tailf.maapi
Modifier and TypeMethodDescriptionMaapiOutputStream.getErrorCode()
This method can be called after a call toMaapiOutputStream.hasWriteAll()
to get the error code in caseMaapiOutputStream.hasWriteAll()
returns false, which is the case when writing to the output stream fails.ModifierConstructorDescriptionMaapiException
(String msg, ErrorCode code) MaapiException
(String msg, ErrorCode code, Throwable cause) MaapiWarningException
(String msg, ErrorCode code, ConfWarning[] ws) -
Uses of ErrorCode in com.tailf.ncs
-
Uses of ErrorCode in com.tailf.notif
ModifierConstructorDescriptionNotifException
(String msg, ErrorCode code) NotifException
(String msg, ErrorCode code, Throwable cause)