|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
blackboard.base.NestedException
blackboard.persist.PersistenceException
blackboard.persist.KeyNotFoundException
public class KeyNotFoundException
Exception indicating that the Id used to load an object was not found in the target data store ("container").
| Constructor Summary | |
|---|---|
KeyNotFoundException(java.lang.String msg)
Creates a KeyNotFoundException with the given message. |
|
KeyNotFoundException(java.lang.String msg,
java.lang.Exception nestedException)
Creates a KeyNotFoundException with the given message and
provided nested exception. |
|
KeyNotFoundException(java.lang.Throwable nestedException)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class blackboard.base.NestedException |
|---|
getFullMessageTrace, getNestedException |
| 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 KeyNotFoundException(java.lang.String msg)
KeyNotFoundException with the given message.
msg - a String containing the exception message to usepublic KeyNotFoundException(java.lang.Throwable nestedException)
public KeyNotFoundException(java.lang.String msg,
java.lang.Exception nestedException)
KeyNotFoundException with the given message and
provided nested exception.
msg - a String containing the exception message to usenestedException - an Exception to "nest" within this exception
to allow for passing back up the chain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||