public class TransactionException extends BaseException
Constructor and Description |
---|
TransactionException()
Constructs a
TransactionException . |
TransactionException(ErrorCode errorCode)
Constructor.
|
TransactionException(ErrorCode errorCode,
String message)
Constructor.
|
TransactionException(ErrorCode errorCode,
String message,
Throwable cause)
Constructor.
|
TransactionException(ErrorCode errorCode,
Throwable cause)
Constructor.
|
TransactionException(String message)
Constructor.
|
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionException()
TransactionException
.public TransactionException(String message)
message
- a message describing the cause of the errorpublic TransactionException(ErrorCode errorCode)
errorCode
- Transaction exception error codepublic TransactionException(ErrorCode errorCode, String message)
errorCode
- Transaction exception error codemessage
- a message describing the cause of the errorpublic TransactionException(ErrorCode errorCode, String message, Throwable cause)
errorCode
- Transaction exception error codemessage
- a message describing the cause of the errorcause
- the underlying cause of the errorCopyright © 2005-2020 HID Global Corporation/ASSA ABLOY AB.