public class ContentLoadException
extends java.lang.RuntimeException
Constructor and Description |
---|
ContentLoadException()
Creates a new instance of ContentLoadException.
|
ContentLoadException(java.lang.String message)
Creates a new instance of ContentLoadException.
|
ContentLoadException(java.lang.String message,
java.lang.Exception innerException)
Creates a new instance of ContentLoadException.
|
public ContentLoadException()
public ContentLoadException(java.lang.String message)
message
- A message that describes the error.public ContentLoadException(java.lang.String message, java.lang.Exception innerException)
message
- A message that describes the error.innerException
- The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that
handles the inner exception.