|
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
public class DataSourceException
DataSourceException is the exception thrown from DataSources, identifying an error in the underlying data connection or in the passed arguments to the datasource's methods.
Constructor Summary | |
---|---|
DataSourceException()
Constructs a general DataSourceException. |
|
DataSourceException(String message)
Constructs a DataSourceException with the specified message. |
|
DataSourceException(String message,
Throwable cause)
Constructs a DataSourceException with the specified message and cause. |
|
DataSourceException(Throwable cause)
Constructs a DataSourceException 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 DataSourceException()
public DataSourceException(String message)
public DataSourceException(String message, Throwable cause)
public DataSourceException(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 |