public class CommitFailureException extends Exception
Note that this is a checked exception on purpose because the BaseInventory
uses this for transaction failure recovery and thus must handle it.
| Constructor and Description |
|---|
CommitFailureException() |
CommitFailureException(String message) |
CommitFailureException(String message,
Throwable cause) |
CommitFailureException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015 Red Hat, Inc.. All rights reserved.