public class UnknownTransactionException extends TransactionException
| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID |
| Constructor and Description |
|---|
UnknownTransactionException()
Constructs an instance with no detail message.
|
UnknownTransactionException(String desc)
Constructs an instance with a detail message.
|
UnknownTransactionException(String desc,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringstatic final long serialVersionUID
public UnknownTransactionException(String desc)
desc - the detail messagepublic UnknownTransactionException()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.