public class CannotCommitException extends TransactionException
| Constructor and Description |
|---|
CannotCommitException()
Constructs an instance with no detail message.
|
CannotCommitException(String desc)
Constructs an instance with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CannotCommitException(String desc)
desc - the detail messagepublic CannotCommitException()
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.