|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--uk.co.kimble.cobra.PersistentException
The only exception type thrown by COBRA is PersistentException
| Constructor Summary | |
PersistentException()
Constructs an exception without cause or reason. |
|
PersistentException(java.lang.Exception e)
Constructs a new exception caused by the specified exception. |
|
PersistentException(java.lang.String reason)
Constructs a new exception for the specified reason. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public PersistentException()
public PersistentException(java.lang.String reason)
reason - the reason the operation failedpublic PersistentException(java.lang.Exception e)
e - the exception causing the operation to fail
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||