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

public class ContentIOException extends Exception
A Exception that indicates repository related errors.
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • ContentIOException

      public ContentIOException()
      Creates a ContentIOException with no message and no parent.
    • ContentIOException

      public ContentIOException(String message, Exception ex)
      Creates an ContentIOException.
      Parameters:
      message - the exception message.
      ex - the parent exception.
    • ContentIOException

      public ContentIOException(String message)
      Creates an ContentIOException.
      Parameters:
      message - the exception message.