oracle.ias.cache
Class NotOwnerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ias.cache.CacheException
                    |
                    +--oracle.ias.cache.NotOwnerException
All Implemented Interfaces:
java.io.Serializable

public class NotOwnerException
extends CacheException

Thrown when a lock operation or update is attempted on a synchronized object without first getting ownership.

See Also:
Serialized Form

Fields inherited from class oracle.ias.cache.CacheException
base
 
Constructor Summary
NotOwnerException()
           
NotOwnerException(java.lang.String s)
           
NotOwnerException(java.lang.String s, java.lang.Exception ex)
           
 
Methods inherited from class oracle.ias.cache.CacheException
getBaseException, getMessage, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotOwnerException

public NotOwnerException()

NotOwnerException

public NotOwnerException(java.lang.String s)

NotOwnerException

public NotOwnerException(java.lang.String s,
                         java.lang.Exception ex)