|
Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference 10g (9.0.4) B10387-01 | |||||||||
| 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
|
+--oracle.jsp.jwcache.CachePolicyLoadingException
The exception thrown if errors encountered during the loading the cache policy descriptor file.
| Constructor Summary | |
CachePolicyLoadingException(java.lang.String msg)Constructor of this exception: supplying an additional error message | |
CachePolicyLoadingException(java.lang.String msg, java.lang.Throwable rootCause)Constructor of this exception: supplying an additional error message and the root cause of the error | |
CachePolicyLoadingException(java.lang.Throwable rootCause)Constructor of this exception: supplying the root cause of the error | |
| Method Summary | |
java.lang.String |
getMsg()get the additional error message |
java.lang.Throwable |
getRootCause()get the root cause of the error |
java.lang.String |
toString()get the description string of the exception: including the additional error message and the root cause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CachePolicyLoadingException(java.lang.String msg,
java.lang.Throwable rootCause)
msg - an additional error messagerootCause - the root cause of the errorpublic CachePolicyLoadingException(java.lang.Throwable rootCause)
rootCause - the root cause of the errorpublic CachePolicyLoadingException(java.lang.String msg)
msg - an additional error message| Method Detail |
public java.lang.String getMsg()
public java.lang.Throwable getRootCause()
public java.lang.String toString()
toString in class java.lang.Throwable
|
Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference 10g (9.0.4) B10387-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||