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
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 |
UnexpectedException
public UnexpectedException()
- Creates an
UnexpectedException
.
UnexpectedException
public UnexpectedException(java.lang.String message)
- Creates an
UnexpectedException
with the specified message.
-
- Parameters:
message
- The message to associate with the exception.
Copyright © 2002, 2005, Oracle. All rights reserved.