Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.express.mdm
Class UnsupportedDatabaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.express.mdm.UnsupportedDatabaseException

public class UnsupportedDatabaseException
extends java.lang.Exception

Indicates that you have tried to create an MdmMetadataProvider for a Database that is not capable of providing the kind of metadata required for an MdmMetadataProvider.

See Also:
Serialized Form

Constructor Summary
UnsupportedDatabaseException()
          Creates an UnsupportedDatabaseException.
UnsupportedDatabaseException(java.lang.String message)
          Creates an UnsupportedDatabaseException with the specified message.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

UnsupportedDatabaseException

public UnsupportedDatabaseException()
Creates an UnsupportedDatabaseException.

UnsupportedDatabaseException

public UnsupportedDatabaseException(java.lang.String message)
Creates an UnsupportedDatabaseException with the specified message.

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.