Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi
Class OLAPIIllegalStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by oracle.olapi.OLAPIIllegalStateException

All Implemented Interfaces:
java.io.Serializable, HasLocalizedMessage
Direct Known Subclasses:
ActiveSubtransactionsException, ObjectClosedException, TransactionInactiveException

public abstract class OLAPIIllegalStateException
extends java.lang.IllegalStateException
implements HasLocalizedMessage

A common superclass for all runtime exceptions.

See Also:
Serialized Form

Method Summary
 java.lang.String getLocalizedMessage()
          Gets a message in the language specified by the default java.util.Locale.
 java.lang.String getLocalizedMessage(java.util.Locale locale)
          Gets a message in the language specified by the java.util.Locale object.
 java.lang.String toString()
          Gets the message for this OLAPIIllegalStateException.

 

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

 

Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage(java.util.Locale locale)
Gets a message in the language specified by the java.util.Locale object.
Specified by:
getLocalizedMessage in interface HasLocalizedMessage
Parameters:
locale - The Locale object that specifies the language for the message.
Returns:
A String that has the message in the specified language.

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Gets a message in the language specified by the default java.util.Locale.
Overrides:
getLocalizedMessage in class java.lang.Throwable
Returns:
A String that has the message in the language of the default Locale.

toString

public java.lang.String toString()
Gets the message for this OLAPIIllegalStateException.
Overrides:
toString in class java.lang.Throwable
Returns:
A String that has the message for this OLAPIIllegalStateException.

Skip navigation links

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