|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bigbross.bossa.BossaException
com.bigbross.bossa.PersistenceException
This exception is thrown if an error occours when making an update persistent.
| Constructor Summary | |
PersistenceException()
See BossaException.BossaException(). |
|
PersistenceException(String message)
See BossaException.BossaException(String). |
|
PersistenceException(String message,
Throwable cause)
See BossaException.BossaException(String, Throwable). |
|
PersistenceException(Throwable cause)
See BossaException.BossaException(Throwable). |
|
| Methods inherited from class com.bigbross.bossa.BossaException |
getCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PersistenceException()
BossaException.BossaException().
BossaException.BossaException()public PersistenceException(String message)
BossaException.BossaException(String).
BossaException.BossaException(String)
public PersistenceException(String message,
Throwable cause)
BossaException.BossaException(String, Throwable).
BossaException.BossaException(String,
Throwable)public PersistenceException(Throwable cause)
BossaException.BossaException(Throwable).
BossaException.BossaException(Throwable)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||