|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--gov.aps.epics.jca.CaException
A marker class for Channel Access exceptions.
| 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 |
protected int _code
| Constructor Detail |
public CaException(int code)
public CaException(gov.aps.epics.jca.CaException cause)
| Method Detail |
public int getCode()
public int getSeverity()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||