jca
Class GetFailException

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

public class GetFailException
extends CaException

Signals that a Channel Access Get request failed.

See Also:
PV.get(jca.dbr.DBR), Serialized Form

Constructor Summary
GetFailException()
          Deprecated.  
GetFailException(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

GetFailException

public GetFailException()
Deprecated. 

GetFailException

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