public class LazyCommitFailedException extends WebContextException
| Constructor and Description |
|---|
LazyCommitFailedException()
创建一个异常。
|
LazyCommitFailedException(String message)
创建一个异常。
|
LazyCommitFailedException(String message,
Throwable cause)
创建一个异常。
|
LazyCommitFailedException(Throwable cause)
创建一个异常。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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–2018 TinyGroup. All rights reserved.