Class ParameterDefaultValueUnavailableException

    • Constructor Detail

      • ParameterDefaultValueUnavailableException

        public ParameterDefaultValueUnavailableException​(Throwable cause,
                                                         SchedulerEntity causeObject,
                                                         String fieldName)
        An error was encountered while evaluating a default parameter value.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        causeObject - the object that caused the exception
        fieldName - Name of the field that caused the exception, null if not applicable.