Rio Project 4.2 API Documentation



org.rioproject.resources.persistence
Class StoreConflictException

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.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

Constructor Summary
StoreConflictException(String s)
          Constructs an StoreConflictException with a detail message.
 
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

StoreConflictException

public StoreConflictException(String s)
Constructs an StoreConflictException with a detail message.

Parameters:
s - the detailed message

Copyright © Rio Project.

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