oracle.ias.cache
Class CachePermissionsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.ias.cache.CacheException
|
+--oracle.ias.cache.CachePermissionsException
- All Implemented Interfaces:
- java.io.Serializable
- public class CachePermissionsException
- extends CacheException
Thrown if a CacheAccess handle is used to update or invalidate an object,
which is synchronized, but the handle is not the current owner.
- See Also:
- Serialized Form
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 |
CachePermissionsException
public CachePermissionsException()
CachePermissionsException
public CachePermissionsException(java.lang.String s)
CachePermissionsException
public CachePermissionsException(java.lang.String s,
java.lang.Exception ex)