public class ContentIOException extends Exception
| 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContentIOException()
public ContentIOException(String message, Exception ex)
message - the exception message.ex - the parent exception.public ContentIOException(String message)
message - the exception message.