public class TemplateNotAccessibleException extends RenderingException
Exception to indicate that the indicated template is not accessible, that is, doesn’t exists OR is not a file OR is not readable.
| Constructor and Description | 
|---|
TemplateNotAccessibleException(String message)
 | 
TemplateNotAccessibleException(String message,
                              Throwable cause)
 | 
TemplateNotAccessibleException(Throwable cause)
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemplateNotAccessibleException(String message, Throwable cause)
message - The exception messagecause - The exception causepublic TemplateNotAccessibleException(String message)
message - The exception messagepublic TemplateNotAccessibleException(Throwable cause)
cause - The exception causeCopyright © 2021 Albirar. All rights reserved.