Class UpdateException

    • Constructor Detail

      • UpdateException

        public UpdateException​(String message)
        Creates a UpdateException with a message and a cause
        Parameters:
        message - the message to record
      • UpdateException

        public UpdateException​(String message,
                               Throwable cause)
        Creates a UpdateException with a message and a cause
        Parameters:
        message - the message to record
        cause - the underlying cause