org.jfree.repository

Class ContentIOException

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, Exception ex)
Creates an exception.
ContentIOException(String message)
Creates an exception.

Constructor Detail

ContentIOException

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

ContentIOException

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

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

ContentIOException

public ContentIOException(String message)
Creates an exception.

Parameters: message the exception message.