Oracle Fusion Middleware
Java API Reference for Oracle PDK Java

11g Release 1 (11.1.1)

E10691-01


oracle.portal.provider.v2.cache.invalidation
Class InvalidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.portal.utils.v2.ContainerException
              extended by 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

Constructor Summary
InvalidationException()
           
InvalidationException(java.lang.String msg)
           
InvalidationException(java.lang.Throwable _t)
           
 
Method Summary
 
Methods inherited from class oracle.portal.utils.v2.ContainerException
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidationException

public InvalidationException()

InvalidationException

public InvalidationException(java.lang.String msg)

InvalidationException

public InvalidationException(java.lang.Throwable _t)

Oracle Fusion Middleware
Java API Reference for Oracle PDK Java

11g Release 1 (11.1.1)

E10691-01

>

Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.