|
||||||||||
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 java.lang.RuntimeException magoffin.matt.ma2.ObjectNotFoundException
public class ObjectNotFoundException
Exception thrown when a requested object is not found.
Constructor Summary | |
---|---|
ObjectNotFoundException(java.lang.String message)
Construct with a message. |
|
ObjectNotFoundException(java.lang.String message,
java.lang.Throwable exception)
Construct with a message and nested exception. |
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 ObjectNotFoundException(java.lang.String message)
message
- the messagepublic ObjectNotFoundException(java.lang.String message, java.lang.Throwable exception)
message
- the messageexception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |