org.jfree.repository

Class ContentCreationException

public class ContentCreationException extends ContentIOException

Creation-Date: 13.11.2006, 11:46:52

Author: Thomas Morgner

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

Constructor Detail

ContentCreationException

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

ContentCreationException

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

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

ContentCreationException

public ContentCreationException(String message)
Creates an exception.

Parameters: message the exception message.