Class LibraryUpdateException

    • Constructor Detail

      • LibraryUpdateException

        public LibraryUpdateException​(String message)
        Creates a new instance.
        Parameters:
        message - the detail message, cannot be null
      • LibraryUpdateException

        public LibraryUpdateException​(Throwable cause)
        Creates a new instance.
        Parameters:
        cause - the cause, cannot be null
      • LibraryUpdateException

        public LibraryUpdateException​(String message,
                                      Throwable cause)
        Creates a new instance.
        Parameters:
        message - the detail message, cannot be null
        cause - the cause, cannot be null