public class TransactionException
extends oracle.webcenter.portal.BasePortalRuntimeException
Constructor and Description |
---|
TransactionException()
Constructs a new
TransactionException exception with null as its detail message. |
TransactionException(WebCenterMessage message)
Constructs a new
TransactionException exception with with the specified detail message. |
TransactionException(WebCenterMessage message,
java.lang.Throwable cause)
Constructs a new
TransactionException exception with with the specified detail message and cause |
public TransactionException()
TransactionException
exception with null as its detail message.public TransactionException(WebCenterMessage message)
TransactionException
exception with with the specified detail message.message
- the translated detail messagepublic TransactionException(WebCenterMessage message, java.lang.Throwable cause)
TransactionException
exception with with the specified detail message and causemessage
- the translated detail messagecause
- the cause