Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


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
Direct Known Subclasses:
ExpressNotCommittableException

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.

Skip navigation links

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