public class TemplateNotFoundException extends Exception
Constructor and Description |
---|
TemplateNotFoundException()
Create instance of the exception
|
TemplateNotFoundException(String message)
Create instance of the exception with a message
|
TemplateNotFoundException(String message,
Throwable cause)
Create instance of the exception with a message and a cause
|
TemplateNotFoundException(Throwable cause)
Create instance of the exception with a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TemplateNotFoundException()
public TemplateNotFoundException(String message)
message
- message of the exceptionpublic TemplateNotFoundException(String message, Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionpublic TemplateNotFoundException(Throwable cause)
cause
- cause of the exceptionCopyright © 2014 Gentics Software GmbH. All Rights Reserved.