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 |
|
An error or status code, indicating the reason for the exception; see TibrvStatus. |
|
In some cases this field contains a Java exception, which can yield additional information. When no further information is available, this field is |
Method |
Description |
Print stack trace of this exception, and of the internal exception (if it is set). |
Inherited Methods |
|
|