com.tibco.rta
Class RtaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tibco.rta.RtaException
All Implemented Interfaces:
java.io.Serializable

public class RtaException
extends java.lang.Exception

This exception is used to indicate exception conditions while performing operations on the RtaSession and RtaConnection


Constructor Summary
RtaException(java.lang.Exception e)
           
RtaException(java.lang.String message)
          Instantiates a new rta exception.
RtaException(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RtaException

public RtaException(java.lang.String message)
Instantiates a new rta exception.

Parameters:
message - the message

RtaException

public RtaException(java.lang.Exception e)

RtaException

public RtaException(java.lang.Throwable e)


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.