javax.util.jcache
Class LoadConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.LoadConflictException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class LoadConflictException
- extends CacheException
An update was requested on an object that is currently being updated or
loaded.
- See Also:
- Serialized Form
LoadConflictException
public LoadConflictException()
- Deprecated.
- Creates new
LoadConflictException
without detail message.
LoadConflictException
public LoadConflictException(String msg)
- Deprecated.
- Constructs an
LoadConflictException
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.