Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-03

oracle.olapi.transaction
Class NotCommittableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.olapi.OLAPIException
              extended by oracle.olapi.transaction.NotCommittableException
All Implemented Interfaces:
java.io.Serializable, HasLocalizedMessage

public class NotCommittableException
extends OLAPIException

Indicates that the 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.

See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class oracle.olapi.OLAPIException
getLocalizedMessage, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotCommittableException

public NotCommittableException(java.lang.String message)
Creates a NotCommittableException with the specified message.

Parameters:
message - A String that contains a message for the exception.

NotCommittableException

public NotCommittableException(java.lang.String message,
                               java.lang.String param)
Creates a NotCommittableException with the specified message.

Parameters:
message - A String that contains a message for the exception.

Copyright © 2002, 2010, Oracle. All rights reserved.