|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.oddjob.arooa.life.ComponentPersistException
public class ComponentPersistException
An exception to use when persistence fails.
| Constructor Summary | |
|---|---|
ComponentPersistException()
Constructor. |
|
ComponentPersistException(String arg0)
Constructor. |
|
ComponentPersistException(String arg0,
Throwable arg1)
Constructor. |
|
ComponentPersistException(Throwable arg0)
Constructor. |
|
| Method Summary |
|---|
| 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 |
|---|
public ComponentPersistException()
public ComponentPersistException(String arg0)
arg0 - An exception message.
public ComponentPersistException(String arg0,
Throwable arg1)
arg0 - An exception message.arg1 - A nested exception.public ComponentPersistException(Throwable arg0)
arg0 - A nested exception.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||