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

B10994-01

oracle.express
Class UnexpectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.express.UnexpectedException

public class UnexpectedException
extends java.lang.RuntimeException

Indicates that you have called a method that requires the internal OLAP API client code to request information from Oracle OLAP, and the results that were returned do not conform to the expectations of the OLAP API client code.

See Also:
Serialized Form

Constructor Summary
UnexpectedException()
          Creates an UnexpectedException.
UnexpectedException(java.lang.String message)
          Creates an UnexpectedException 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

UnexpectedException

public UnexpectedException()
Creates an UnexpectedException.

UnexpectedException

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

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

B10994-01

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