public class EJBTransactionRequiredException extends EJBException
Constructor and Description |
---|
EJBTransactionRequiredException()
Constructs an EJBTransactionRequiredException with no detail message.
|
EJBTransactionRequiredException(java.lang.String message)
Constructs an EJBTransactionRequiredException with the specified detailed message.
|
getCausedByException
public EJBTransactionRequiredException()
public EJBTransactionRequiredException(java.lang.String message)
message
- a String
object.