public class TransactionRequiredLocalException extends EJBException
Constructor and Description |
---|
TransactionRequiredLocalException()
Constructs a TransactionRequiredLocalException with no detail message.
|
TransactionRequiredLocalException(String message)
Constructs a TransactionRequiredLocalException with the specified detailed message.
|
getCausedByException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionRequiredLocalException()
public TransactionRequiredLocalException(String message)
message
- - The detailed message.Copyright © 2019 JBoss by Red Hat. All rights reserved.