public class ContentIOException
extends org.pentaho.reporting.libraries.base.util.StackableException
Constructor and Description |
---|
ContentIOException()
Creates a ContentIOException with no message and no parent.
|
ContentIOException(String message)
Creates an ContentIOException.
|
ContentIOException(String message,
Exception ex)
Creates an ContentIOException.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public ContentIOException()
public ContentIOException(String message, Exception ex)
message
- the exception message.ex
- the parent exception.public ContentIOException(String message)
message
- the exception message.