public class TemplateNotFoundException
extends java.lang.Exception
Constructor and Description |
---|
TemplateNotFoundException()
Create instance of the exception
|
TemplateNotFoundException(java.lang.String message)
Create instance of the exception with a message
|
TemplateNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Create instance of the exception with a message and a cause
|
TemplateNotFoundException(java.lang.Throwable cause)
Create instance of the exception with a cause
|
public TemplateNotFoundException()
public TemplateNotFoundException(java.lang.String message)
message
- message of the exceptionpublic TemplateNotFoundException(java.lang.String message, java.lang.Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionpublic TemplateNotFoundException(java.lang.Throwable cause)
cause
- cause of the exceptionCopyright © 2019 Gentics Software. All Rights Reserved.