gov.aps.epics.jca
Class CaException

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

public class CaException
extends java.lang.Exception

A marker class for Channel Access exceptions.

See Also:
Serialized Form

Field Summary
protected  int _code
           
 
Constructor Summary
CaException(gov.aps.epics.jca.CaException cause)
           
CaException(int code)
           
 
Method Summary
 int getCode()
           
 java.lang.String getMessage()
           
 int getSeverity()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_code

protected int _code
Constructor Detail

CaException

public CaException(int code)

CaException

public CaException(gov.aps.epics.jca.CaException cause)
Method Detail

getCode

public int getCode()

getSeverity

public int getSeverity()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable