java.io.Serializablepublic class ContentCreationException extends ContentIOException
| Constructor | 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.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.