|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nih.nci.caarray.services.exception.ObjectNotExistException
public class ObjectNotExistException
This exception is used when an object cannot be found.
Constructor Summary | |
---|---|
ObjectNotExistException()
Creates a new default ObjectNotExistException |
|
ObjectNotExistException(java.lang.String reason)
Creates an ObjectNotExistException with the specified message. |
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 ObjectNotExistException()
public ObjectNotExistException(java.lang.String reason)
reason
- - The reason this exception was thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |