org.jfree.repository

Class ContentIOException

Known Direct Subclasses:
ContentCreationException

public class ContentIOException
extends StackableException

Creation-Date: 13.11.2006, 11:47:35
Author:
Thomas Morgner

Constructor Summary

ContentIOException()
Creates a StackableRuntimeException with no message and no parent.
ContentIOException(String message)
Creates an exception.
ContentIOException(String message, Exception ex)
Creates an exception.

Constructor Details

ContentIOException

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

ContentIOException

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

ContentIOException

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