Class ContentIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.repository.ContentIOException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContentCreationException
A Exception that indicates repository related errors.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a ContentIOException with no message and no parent.ContentIOException
(String message) Creates an ContentIOException.ContentIOException
(String message, Exception ex) Creates an ContentIOException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentIOException
public ContentIOException()Creates a ContentIOException with no message and no parent. -
ContentIOException
Creates an ContentIOException.- Parameters:
message
- the exception message.ex
- the parent exception.
-
ContentIOException
Creates an ContentIOException.- Parameters:
message
- the exception message.
-