java.io.Serializable
ContentCreationException
public class ContentIOException
extends org.pentaho.reporting.libraries.base.util.StackableException
Constructor | Description |
---|---|
ContentIOException() |
Creates a ContentIOException with no message and no parent.
|
ContentIOException(java.lang.String message) |
Creates an ContentIOException.
|
ContentIOException(java.lang.String message,
java.lang.Exception ex) |
Creates an ContentIOException.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ContentIOException()
public ContentIOException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public ContentIOException(java.lang.String message)
message
- the exception message.