FatalConfigurationException
Class
Declaration
class com.tibco.tibrv.config.FatalConfigurationException
extends ConfigurationException
Purpose
Encapsulate fatal errors.
Remarks
Configuration methods throw this class of exceptions when a problem prevents continued execution.
To handle these exceptions, we recommend that programs print a stack trace and exit.
|
Constant |
Description |
|
|
One of the Java configuration classes is missing or invalid. |
|
|
The component could not answer a request from a method of the configuration API. |
|
|
The configuration program lacks correct administrator credentials. |
|
|
The configuration API method could not parse an answer from the component. |
|
|
The daemon or component does not support the configuration interface. |
|
Inherited Methods |
|
|
|
|