public class ContentCreationException extends ContentIOException
| Constructor and Description |
|---|
ContentCreationException()
Creates a ContentCreationException with no message and no parent.
|
ContentCreationException(java.lang.String message)
Creates an ContentCreationException.
|
ContentCreationException(java.lang.String message,
java.lang.Exception ex)
Creates an ContentCreationException.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toStringpublic ContentCreationException()
public ContentCreationException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.public ContentCreationException(java.lang.String message)
message - the exception message.