Uses of Enum Class
com.tailf.conf.ErrorCode
Packages that use 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
Constructors in com.tailf.cdb with parameters of type ErrorCodeModifierConstructorDescriptionCdbException
(String msg, ErrorCode code) CdbException
(String msg, ErrorCode code, Throwable cause) -
Uses of ErrorCode in com.tailf.conf
Methods in com.tailf.conf that return ErrorCodeModifier 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.Constructors in com.tailf.conf with parameters of type ErrorCodeModifierConstructorDescriptionConfBadTermException
(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
Constructors in com.tailf.dp with parameters of type ErrorCodeModifierConstructorDescriptionDpCallbackException
(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
Constructors in com.tailf.ha with parameters of type ErrorCodeModifierConstructorDescriptionHaException
(String msg, ErrorCode code) HaException
(String msg, ErrorCode code, Throwable cause) -
Uses of ErrorCode in com.tailf.maapi
Methods in com.tailf.maapi that return ErrorCodeModifier 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.Constructors in com.tailf.maapi with parameters of type ErrorCodeModifierConstructorDescriptionMaapiException
(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
Constructors in com.tailf.ncs with parameters of type ErrorCode -
Uses of ErrorCode in com.tailf.notif
Constructors in com.tailf.notif with parameters of type ErrorCodeModifierConstructorDescriptionNotifException
(String msg, ErrorCode code) NotifException
(String msg, ErrorCode code, Throwable cause)