org.pentaho.reporting.libraries.repository
public class ContentIOException extends StackableException
| Constructor Summary | |
|---|---|
| ContentIOException()
Creates a ContentIOException with no message and no parent. | |
| ContentIOException(String message, Exception ex)
Creates an ContentIOException.
| |
| ContentIOException(String message)
Creates an ContentIOException.
| |
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.