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

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()