|
|||||||||||
| 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
|
+--edu.iu.iv.core.persistence.PersistenceException
|
+--edu.iu.iv.core.persistence.PersisterNotFoundException
Signifies the exception that a Persister was not found.
PersistenceRegistry.findPersister(Object, ResourceDescriptor),
Serialized Form| Constructor Summary | |
PersisterNotFoundException()
Constructs an exception. |
|
PersisterNotFoundException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PersisterNotFoundException()
null.
public PersisterNotFoundException(java.lang.String message)
message - The detail message.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||