Rio Project 4.2 API Documentation
org.rioproject.resources.persistence
Class StoreConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rioproject.resources.persistence.StoreException
org.rioproject.resources.persistence.StoreConflictException
- All Implemented Interfaces:
- Serializable
public class StoreConflictException
- extends StoreException
Exception thrown by PersistentStore when it believes
some other server is using its log directory
- See Also:
- Serialized Form
StoreConflictException
public StoreConflictException(String s)
- Constructs an
StoreConflictException with a detail
message.
- Parameters:
s - the detailed message
Copyright © 2006-2011 Rio Project. All Rights Reserved.