oracle.jsp.jwcache
Class CachePolicyLoadingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.jsp.jwcache.CachePolicyLoadingException
- public class CachePolicyLoadingException
- extends java.lang.Exception
The exception thrown if errors encountered during the loading the cache
policy descriptor file.
- See Also:
- Serialized Form
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 |
Type | Method |
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,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
CachePolicyLoadingException
public 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
- Parameters:
msg
- an additional error messagerootCause
- the root cause of the error
CachePolicyLoadingException
public CachePolicyLoadingException(java.lang.Throwable rootCause)
- Constructor of this exception: supplying the root cause of the error
- Parameters:
rootCause
- the root cause of the error
CachePolicyLoadingException
public CachePolicyLoadingException(java.lang.String msg)
- Constructor of this exception: supplying an additional error message
- Parameters:
msg
- an additional error message
getMsg
public java.lang.String getMsg()
- get the additional error message
- Returns:
- the additional error message
getRootCause
public java.lang.Throwable getRootCause()
- get the root cause of the error
- Returns:
- the root cause of the error
toString
public java.lang.String toString()
- get the description string of the exception:
including the additional error message and the root cause
- Overrides:
- toString in class java.lang.Throwable
- Returns:
- the description string of the exception