Class RuntimeExecutionException

    • Constructor Detail

      • RuntimeExecutionException

        public RuntimeExecutionException​(String message)
        Creates an instance of RuntimeExecutionException based on the provided message.
        Parameters:
        message - the exception message, cannot be null
      • RuntimeExecutionException

        public RuntimeExecutionException​(String message,
                                         String version)
        Creates an instance of RuntimeExecutionException based on the provided message and runtime version.
        Parameters:
        message - the exception message, cannot be null
        version - the 1C:Enterprise platform version, cannot be null
      • RuntimeExecutionException

        public RuntimeExecutionException​(Throwable cause)
        Creates an instance of RuntimeExecutionException based on the provided cause throwable.
        Parameters:
        cause - the cause throwable, cannot be null
      • RuntimeExecutionException

        public RuntimeExecutionException​(Throwable cause,
                                         String version)
        Creates an instance of RuntimeExecutionException based on the provided cause throwable and runtime version.
        Parameters:
        cause - the cause throwable, cannot be null
        version - the 1C:Enterprise platform version, cannot be null
      • RuntimeExecutionException

        public RuntimeExecutionException​(String message,
                                         Throwable cause)
        Creates an instance of RuntimeExecutionException based on the provided message and cause throwable.
        Parameters:
        message - the exception message, cannot be null
        cause - the cause throwable, cannot be null
      • RuntimeExecutionException

        public RuntimeExecutionException​(String message,
                                         Throwable cause,
                                         String version)
        Creates an instance of RuntimeExecutionException based on the provided message, cause throwable and runtime version.
        Parameters:
        message - the exception message, cannot be null
        cause - the cause throwable, cannot be null
        version - the 1C:Enterprise platform version, cannot be null