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

CORRUPTED_PACKAGE

One of the Java configuration classes is missing or invalid.

INVALID_ANSWER

The component could not answer a request from a method of the configuration API.

UNAUTHORIZED

The configuration program lacks correct administrator credentials.

UNEXPECTED_ANSWER

The configuration API method could not parse an answer from the component.

UNKNOWN_COMPONENT

The daemon or component does not support the configuration interface.

Inherited Methods

java.lang.Throwable.fillInStackTrace()

java.lang.Throwable.getCause()

java.lang.Throwable.getLocalizedMessage()

java.lang.Throwable.getMessage()

java.lang.Throwable.getStackTrace()

java.lang.Throwable.initCause

java.lang.Throwable.printStackTrace()

java.lang.Throwable.setStackTrace()

java.lang.Throwable.toString()

java.lang.Object.equals()

java.lang.Object.getClass()

java.lang.Object.hashCode()

java.lang.Object.notify()

java.lang.Object.notifyAll()

java.lang.Object.wait()