|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.common.exception.ObjectNotFoundException
public class ObjectNotFoundException
Thrown when an object can not be found.
Constructor Summary | |
---|---|
ObjectNotFoundException(String message)
Constructs a ObjectNotFoundException with the specified message. |
Method Summary |
---|
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException |
---|
contains, getLocalizedMessage, getMessage, getMostSpecificCause, getRootCause, setLocalizedMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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(String message)
ObjectNotFoundException
with the specified message.
message
- the detailed message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |