Exceptions and Errors

TibrvException

Class

Declaration

class com.tibco.tibrv.TibrvException
  extends java.lang.Exception

Purpose

Rendezvous software throws exceptions of this class.

Remarks

Rendezvous software also throws exceptions defined as part of the Java language.

Field

Description

error

An error or status code, indicating the reason for the exception; see TibrvStatus.

internal

In some cases this field contains a Java exception, which can yield additional information. When no further information is available, this field is null.

Method

Description

TibrvException.printStackTrace()

Print stack trace of this exception, and of the internal exception (if it is set).

Inherited Methods

java.lang.Throwable.fillInStackTrace

java.lang.Throwable.getLocalizedMessage

java.lang.Throwable.getMessage

java.lang.Throwable.printStackTrace (override)

java.lang.Throwable.toString (override)

java.lang.Object.equals

java.lang.Object.getClass

java.lang.Object.hashCode

java.lang.Object.notify

java.lang.Object.notifyAll

java.lang.Object.wait

See Also

TibrvStatus