|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.olapi.OLAPIException
oracle.olapi.transaction.NotCommittableException
public class NotCommittableException
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.
| 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 |
|---|
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.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||