Class TemplateMethodInvocationException

  • All Implemented Interfaces:
    Serializable

    public class TemplateMethodInvocationException
    extends BaseUncheckedException
    TemplateMethodInvocationException when reference method in template could not be invoked.
    Since:
    2018-10-1
    Version:
    1.0.0
    Author:
    Abhishek Kumar
    See Also:
    Serialized Form
    • Constructor Detail

      • TemplateMethodInvocationException

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

        public TemplateMethodInvocationException​(String errorCode,
                                                 String errorMessage,
                                                 Throwable rootCause)
        Constructor for setting error code, message and cause
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        rootCause - the specified cause