public class CannotAbortException extends TransactionException
Constructor and Description |
---|
CannotAbortException()
Constructs an instance with no detail message.
|
CannotAbortException(String desc)
Constructs an instance with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotAbortException(String desc)
desc
- the detail messagepublic CannotAbortException()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.