javax.util.jcache
Class ObjectNotSynchronizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.ObjectNotSynchronizedException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class ObjectNotSynchronizedException
- extends CacheException
A method applicable only to synchronized cache objects was attempted on an
object that is not marked as synchronized.
- See Also:
- Serialized Form
ObjectNotSynchronizedException
public ObjectNotSynchronizedException()
- Deprecated.
- Creates new
ObjectNotSynchronizedException
without detail
message.
ObjectNotSynchronizedException
public ObjectNotSynchronizedException(String msg)
- Deprecated.
- Constructs an
ObjectNotSynchronizedException
with the
specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.