Class UpdateExecutionException

    • Constructor Detail

      • UpdateExecutionException

        public UpdateExecutionException()
      • UpdateExecutionException

        public UpdateExecutionException​(String msg)
        Creates a new UpdateExecutionException.
        Parameters:
        msg - An error message.
      • UpdateExecutionException

        public UpdateExecutionException​(Throwable cause)
        Creates a new UpdateExecutionException wrapping another exception.
        Parameters:
        cause - the cause of the exception
      • UpdateExecutionException

        public UpdateExecutionException​(String msg,
                                        Throwable cause)
        Creates a new UpdateExecutionException wrapping another exception.
        Parameters:
        msg - and error message.
        cause - the cause of the exception