public class TransactionRequiredException extends PersistenceException
Constructor and Description |
---|
TransactionRequiredException()
Constructs a new
TransactionRequiredException exception with
null as its detail message. |
TransactionRequiredException(String message)
Constructs a new
TransactionRequiredException exception with
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionRequiredException()
TransactionRequiredException
exception with
null
as its detail message.public TransactionRequiredException(String message)
TransactionRequiredException
exception with
the specified detail message.message
- the detail message. Copyright © Eclipse.org - EclipseLink Project (2000, 2014). All Rights Reserved. Licensed under the Eclipse Public License v1.0.