Class TemplateResourceNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class TemplateResourceNotFoundException
    extends BaseUncheckedException
    this exception thrown when a resource of any type isn't found by the template manager.
    When this exception is thrown, a best effort will be made to have useful information in the exception's message. For complete information, consult the runtime log.
    Since:
    2018-10-1
    Version:
    1.0.0
    Author:
    Abhishek Kumar
    See Also:
    Serialized Form
    • Constructor Detail

      • TemplateResourceNotFoundException

        public TemplateResourceNotFoundException​(String errorCode,
                                                 String errorMessage)
        Constructor for set error code and message
        Parameters:
        errorCode - the error code
        errorMessage - the error message
      • TemplateResourceNotFoundException

        public TemplateResourceNotFoundException​(String errorCode,
                                                 String errorMessage,
                                                 Throwable rootCause)
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        rootCause - cause of the error