Rio Project 4.2 API Documentation
org.rioproject.resources.persistence
Class CorruptedStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rioproject.resources.persistence.StoreException
org.rioproject.resources.persistence.CorruptedStoreException
- All Implemented Interfaces:
- Serializable
public class CorruptedStoreException
- extends StoreException
Exception thrown by PersistentStore when it discovers
the store has become corrupted.
- See Also:
- Serialized Form
CorruptedStoreException
public CorruptedStoreException(String s)
- Constructs an
CorruptedStoreException with a detail
message.
- Parameters:
s - the detailed message
CorruptedStoreException
public CorruptedStoreException(String s,
Throwable t)
- Constructs an
CorruptedStoreException with a detail
message and a nested exception.
- Parameters:
s - the detailed messaget - root cause for exception, may be null
Copyright © 2006-2011 Rio Project. All Rights Reserved.