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

E10794-03

oracle.olapi.data.source
Class DataProviderMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.olapi.OLAPIRuntimeException
                  extended by oracle.olapi.data.source.DataProviderMismatchException
All Implemented Interfaces:
java.io.Serializable, HasLocalizedMessage

public class DataProviderMismatchException
extends OLAPIRuntimeException

Indicates an attempt to combine Source objects associated with different DataProvider objects. For example, this exception is thrown when Source x and Source y are associated with different DataProvider objects and the x.join(y) call is made.

See Also:
Serialized Form

Constructor Summary
DataProviderMismatchException()
          Creates a DataProviderMismatchException.
DataProviderMismatchException(java.lang.String message)
          Creates a DataProviderMismatchException with the specified message.
 
Method Summary
 
Methods inherited from class oracle.olapi.OLAPIRuntimeException
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

DataProviderMismatchException

public DataProviderMismatchException()
Creates a DataProviderMismatchException.


DataProviderMismatchException

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

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

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