jca
Class CaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jca.CaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadCountException, BadMonitorException, BadTypeException, GetFailException, MonitorFailException, PutFailException, TimeOutException

public class CaException
extends java.lang.Exception

Signals that a Channel Access Exception has occurred. Base class for channel access exceptions.

See Also:
Serialized Form

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

CaException

public CaException()
Deprecated. 

CaException

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