org.jfree.report
public class DataSourceException extends StackableException
Constructor Summary | |
---|---|
DataSourceException() Creates a StackableRuntimeException with no message and no parent. | |
DataSourceException(String message, Exception ex)
Creates an exception.
| |
DataSourceException(String message)
Creates an exception.
|
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.