|
Oracle Containers for J2EE Support for JavaServer Pages Java API Reference 10g (10.1.3.1.0) B28960-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 |
equals, 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 messageMethod Detail |
public java.lang.String getMsg()
public java.lang.Throwable getRootCause()
public java.lang.String toString()
|
Oracle Containers for J2EE Support for JavaServer Pages Java API Reference 10g (10.1.3.1.0) B28960-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |