oracle.portal.provider.v2.cache.invalidation
Class InvalidationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.portal.utils.v2.ContainerException
|
+--oracle.portal.provider.v2.cache.invalidation.InvalidationException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidationException
- extends ContainerException
Thrown when there is problem with an invalidation request, such as being unable
to contact a cache or execute a request.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidationException
public InvalidationException()
InvalidationException
public InvalidationException(java.lang.String msg)
InvalidationException
public InvalidationException(java.lang.Throwable _t)
Copyright (c) 2002, Oracle Corporation. All Rights Reserved.