org.apache.activemq.kaha.impl
Class StoreLockedExcpetion

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.activemq.kaha.impl.StoreLockedExcpetion
All Implemented Interfaces:
java.io.Serializable

public class StoreLockedExcpetion
extends java.io.IOException

Exception thrown if the store is in use by another application

Version:
$Revision: 1.1.1.1 $
See Also:
Serialized Form

Constructor Summary
StoreLockedExcpetion()
          Default Constructor
StoreLockedExcpetion(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreLockedExcpetion

public StoreLockedExcpetion()
Default Constructor


StoreLockedExcpetion

public StoreLockedExcpetion(java.lang.String s)
Parameters:
s -


Copyright © 2009 Apache Software Foundation. All Rights Reserved.