org.pentaho.reporting.libraries.repository
Class ContentIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.reporting.libraries.base.util.StackableException
              extended by org.pentaho.reporting.libraries.repository.ContentIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContentCreationException

public class ContentIOException
extends org.pentaho.reporting.libraries.base.util.StackableException

A Exception that indicates repository related errors.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getParent, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentIOException

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


ContentIOException

public ContentIOException(java.lang.String message,
                          java.lang.Exception ex)
Creates an ContentIOException.

Parameters:
message - the exception message.
ex - the parent exception.

ContentIOException

public ContentIOException(java.lang.String message)
Creates an ContentIOException.

Parameters:
message - the exception message.