public class TransactionProviderNotFoundException extends RuntimeException
| Constructor and Description |
|---|
TransactionProviderNotFoundException()
Creates new instance of
TransactionProviderNotFoundException exception. |
TransactionProviderNotFoundException(String message)
Creates new instance of
TransactionProviderNotFoundException exception with detailed error message. |
TransactionProviderNotFoundException(String message,
Throwable cause)
Creates new instance of
TransactionProviderNotFoundException exception with detailed error message and
inner cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionProviderNotFoundException()
TransactionProviderNotFoundException exception.public TransactionProviderNotFoundException(String message)
TransactionProviderNotFoundException exception with detailed error message.message - the detailed error messagepublic TransactionProviderNotFoundException(String message, Throwable cause)
TransactionProviderNotFoundException exception with detailed error message and
inner cause.message - the detailed error messagecause - the inner causeCopyright © 2023 JBoss by Red Hat. All rights reserved.