|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.citra.pivot.olap.data.DataSourceException
com.citra.pivot.olap.data.OlapCursorException
public class OlapCursorException
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 |
---|
public OlapCursorException()
public OlapCursorException(String message)
public OlapCursorException(String message, Throwable cause)
public OlapCursorException(Throwable cause)
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |