jca
Class MonitorFailException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jca.CaException
                    |
                    +--jca.MonitorFailException
All Implemented Interfaces:
java.io.Serializable

public class MonitorFailException
extends CaException

Signals that a Channel Access AddMonitor request Exception has occurred.

See Also:
PV.addMonitor(jca.dbr.DBR, jca.event.MonitorListener, java.lang.Object, int), Serialized Form

Constructor Summary
MonitorFailException()
          Deprecated.  
MonitorFailException(java.lang.String s)
          Deprecated.  
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorFailException

public MonitorFailException()
Deprecated. 

MonitorFailException

public MonitorFailException(java.lang.String s)
Deprecated.