org.tinygroup.weblayer.webcontext.lazycommit.exception
类 LazyCommitFailedException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.tinygroup.weblayer.webcontext.WebContextException
                  继承者 org.tinygroup.weblayer.webcontext.lazycommit.exception.LazyCommitFailedException
所有已实现的接口:
Serializable

public class LazyCommitFailedException
extends WebContextException

代表一个lazy commit失败的异常。

作者:
renhui
另请参见:
序列化表格

构造方法摘要
LazyCommitFailedException()
          创建一个异常。
LazyCommitFailedException(String message)
          创建一个异常。
LazyCommitFailedException(String message, Throwable cause)
          创建一个异常。
LazyCommitFailedException(Throwable cause)
          创建一个异常。
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

LazyCommitFailedException

public LazyCommitFailedException()
创建一个异常。


LazyCommitFailedException

public LazyCommitFailedException(String message)
创建一个异常。

参数:
message - 异常信息

LazyCommitFailedException

public LazyCommitFailedException(String message,
                                 Throwable cause)
创建一个异常。

参数:
message - 异常信息
cause - 异常原因

LazyCommitFailedException

public LazyCommitFailedException(Throwable cause)
创建一个异常。

参数:
cause - 异常原因


Copyright © 2006–2013 开源组织. All rights reserved.