Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.data
Class OlapCursorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.citra.pivot.olap.data.DataSourceException
              extended by com.citra.pivot.olap.data.OlapCursorException
All Implemented Interfaces:
Serializable

public class OlapCursorException
extends DataSourceException

OlapCursorException signals that an error while iterating results has occured.


Constructor Summary
OlapCursorException()
          Constructs a general OlapCursorException.
OlapCursorException(String message)
          Constructs an OlapCursorException with the specified message.
OlapCursorException(String message, Throwable cause)
          Constructs an OlapCursorException with the specified message and cause.
OlapCursorException(Throwable cause)
          Constructs an OlapCursorException with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OlapCursorException

public OlapCursorException()
Constructs a general OlapCursorException.


OlapCursorException

public OlapCursorException(String message)
Constructs an OlapCursorException with the specified message.


OlapCursorException

public OlapCursorException(String message,
                           Throwable cause)
Constructs an OlapCursorException with the specified message and cause.


OlapCursorException

public OlapCursorException(Throwable cause)
Constructs an OlapCursorException with the specified cause.


Copyright © 2011 Citra Technologies. All Rights Reserved.