java.io.Serializable
public 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, wait
public 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.