public class NotCommittableException extends OLAPIException
TransactionProvider
has determined that the query defined in the current Transaction
is invalid and the TransactionProvider
is therefore preventing the application from committing the Transaction
.Constructor and Description |
---|
NotCommittableException(java.lang.String message)
Creates a
NotCommittableException with the specified message. |
NotCommittableException(java.lang.String message, java.lang.String param)
Creates a
NotCommittableException with the specified message. |
getLocalizedMessage, getLocalizedMessage, toString
public NotCommittableException(java.lang.String message)
NotCommittableException
with the specified message.message
- A String
that contains a message for the exception.public NotCommittableException(java.lang.String message, java.lang.String param)
NotCommittableException
with the specified message.message
- A String
that contains a message for the exception.