public class ContentIOException
extends StackableException
| Constructor and Description |
|---|
ContentIOException()
Creates a ContentIOException with no message and no parent.
|
ContentIOException(String message)
Creates an ContentIOException.
|
ContentIOException(String message,
Exception ex)
Creates an ContentIOException.
|
public ContentIOException()
public ContentIOException(String message, Exception ex)
message - the exception message.ex - the parent exception.public ContentIOException(String message)
message - the exception message.