jca
Class GetFailException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jca.CaException
                    |
                    +--jca.GetFailException

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()
           
GetFailException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetFailException

public GetFailException()

GetFailException

public GetFailException(java.lang.String s)