|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.amber.AmberRuntimeException
com.caucho.amber.AmberObjectNotFoundException
public class AmberObjectNotFoundException
An amber exception is a runtime
Constructor Summary | |
---|---|
AmberObjectNotFoundException(java.lang.String message)
Creates the wrapper with a message. |
|
AmberObjectNotFoundException(java.lang.String message,
java.lang.Throwable e)
Creates the wrapper with a message and a root cause. |
|
AmberObjectNotFoundException(java.lang.Throwable e)
Creates the wrapper with a root cause. |
Method Summary |
---|
Methods inherited from class com.caucho.amber.AmberRuntimeException |
---|
create |
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 AmberObjectNotFoundException(java.lang.String message)
public AmberObjectNotFoundException(java.lang.String message, java.lang.Throwable e)
message
- the message.e
- the rootCause exceptionpublic AmberObjectNotFoundException(java.lang.Throwable e)
message
- the message.e
- the rootCause exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |