org.tinygroup.weblayer.webcontext.lazycommit.exception
public class LazyCommitFailedException extends WebContextException
| Constructor and 描述 |
|---|
LazyCommitFailedException()
创建一个异常。
|
LazyCommitFailedException(String message)
创建一个异常。
|
LazyCommitFailedException(String message,
Throwable cause)
创建一个异常。
|
LazyCommitFailedException(Throwable cause)
创建一个异常。
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LazyCommitFailedException()
public LazyCommitFailedException(String message)
message - 异常信息public LazyCommitFailedException(String message, Throwable cause)
message - 异常信息cause - 异常原因public LazyCommitFailedException(Throwable cause)
cause - 异常原因Copyright © 2006–2015 TinyGroup. All rights reserved.