Uses of Enum Class
com.ultikits.ultitools.exceptions.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in com.ultikits.ultitools.exceptions
Fields in com.ultikits.ultitools.exceptions declared as ErrorCodeMethods in com.ultikits.ultitools.exceptions that return ErrorCodeModifier and TypeMethodDescriptionUltiToolsException.getErrorCode()Gets the error code associated with this exception.static ErrorCodeReturns 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.ultikits.ultitools.exceptions with parameters of type ErrorCodeModifierConstructorDescriptionCommandException(ErrorCode errorCode, String message) Creates a new command exception with a specific error code.CommandException(ErrorCode errorCode, String message, Throwable cause) Creates a new command exception with error code, message, and cause.ConfigurationException(ErrorCode errorCode, String message) Creates a new configuration exception with a specific error code.ConfigurationException(ErrorCode errorCode, String message, Throwable cause) Creates a new configuration exception with error code, message, and cause.ContainerException(ErrorCode errorCode, String message) Creates a new container exception with a specific error code.ContainerException(ErrorCode errorCode, String message, Throwable cause) Creates a new container exception with error code, message, and cause.DataAccessException(ErrorCode errorCode, String message) Creates a new data access exception with a specific error code.DataAccessException(ErrorCode errorCode, String message, Throwable cause) Creates a new data access exception with error code, message, and cause.PluginModuleException(ErrorCode errorCode, String message) Creates a new plugin module exception with a specific error code.PluginModuleException(ErrorCode errorCode, String message, Throwable cause) Creates a new plugin module exception with error code, message, and cause.protectedUltiToolsException(ErrorCode errorCode) Creates a new exception with the given error code.protectedUltiToolsException(ErrorCode errorCode, String message) Creates a new exception with the given error code and custom message.protectedUltiToolsException(ErrorCode errorCode, String message, Throwable cause) Creates a new exception with the given error code, message, and cause.protectedUltiToolsException(ErrorCode errorCode, Throwable cause) Creates a new exception with the given error code and cause.