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, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic ContentIOException()
public ContentIOException(String message, Exception ex)
message - the exception message.ex - the parent exception.public ContentIOException(String message)
message - the exception message.