站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

UpgradeException (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


org.jboss.cache.lock
Class UpgradeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.util.NestedException
              extended byorg.jboss.cache.CacheException
                  extended byorg.jboss.cache.lock.LockingException
                      extended byorg.jboss.cache.lock.UpgradeException
All Implemented Interfaces:
org.jboss.util.NestedThrowable, Serializable

public class UpgradeException
extends LockingException

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

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

Nested Class Summary
 
Nested classes inherited from class org.jboss.util.NestedThrowable
org.jboss.util.NestedThrowable.Util
 
Field Summary
 
Fields inherited from class org.jboss.util.NestedException
nested
 
Fields inherited from interface org.jboss.util.NestedThrowable
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
UpgradeException(String msg)
          Constructor for UpgradeException.
UpgradeException(String msg, Throwable cause)
           
 
Methods inherited from class org.jboss.cache.lock.LockingException
toString
 
Methods inherited from class org.jboss.util.NestedException
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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 © 2002 JBoss Group, LLC. All Rights Reserved.