org.jboss.cache.lock
Class UpgradeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.cache.CacheException
                  extended by org.jboss.cache.lock.LockingException
                      extended by org.jboss.cache.lock.UpgradeException
All Implemented Interfaces:
Serializable

public class UpgradeException
extends LockingException

Used when a read-lock cannot be upgraded to a write-lock

Version:
$Revision: 7168 $
Author:
Bela Ban
See Also:
Serialized Form

Constructor Summary
UpgradeException(String msg)
          Constructor for UpgradeException.
UpgradeException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.jboss.cache.lock.LockingException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpgradeException

public UpgradeException(String msg)
Constructor for UpgradeException.

Parameters:
msg -

UpgradeException

public UpgradeException(String msg,
                        Throwable cause)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.