ConfigurationException
Class
Declaration
class com.tibco.tibrv.config.ConfigurationException
extends java.lang.Exception
Purpose
Encapsulate errors from the daemon component.
Remarks
Configuration methods throw this class of exceptions when the daemon component rejects a parameter or configuration command. The exception’s message string contains the text of an error message from the daemon component. Programs can extract the message with java.lang.Exception.getMessage()
.
To handle this exception, we recommend that programs log the error message, and display it to the user. When appropriate, the program may offer the user an opportunity to substitute a new parameter or command.
Inherited Methods |
|
|