Rio Project 4.2 API Documentation



org.rioproject.resources.persistence
Class CorruptedStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rioproject.resources.persistence.StoreException
              extended by 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

Constructor Summary
CorruptedStoreException(String s)
          Constructs an CorruptedStoreException with a detail message.
CorruptedStoreException(String s, Throwable t)
          Constructs an CorruptedStoreException with a detail message and a nested exception.
 
Method Summary
 
Methods inherited from class org.rioproject.resources.persistence.StoreException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
t - root cause for exception, may be null

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.