Class RepositoryOfflineException

All Implemented Interfaces:
Serializable

Thrown when a transfer could not be performed because a remote repository is not accessible in offline mode.
See Also:
  • Constructor Details

    • RepositoryOfflineException

      Creates a new exception with the specified repository.
      Parameters:
      repository - The inaccessible remote repository, may be null.
    • RepositoryOfflineException

      public RepositoryOfflineException(RemoteRepository repository, String message)
      Creates a new exception with the specified repository and detail message.
      Parameters:
      repository - The inaccessible remote repository, may be null.
      message - The detail message, may be null.
  • Method Details

    • getRepository

      Gets the remote repository that could not be accessed due to offline mode.
      Returns:
      The inaccessible remote repository or null if unknown.