org.jfree.repository
Class ContentIOException
StackableException
org.jfree.repository.ContentIOException
extends StackableException
Creation-Date: 13.11.2006, 11:47:35
ContentIOException
public ContentIOException()
Creates a StackableRuntimeException with no message and no parent.
ContentIOException
public ContentIOException(String message)
Creates an exception.
message
- the exception message.
ContentIOException
public ContentIOException(String message,
Exception ex)
Creates an exception.
message
- the exception message.ex
- the parent exception.