Class RemoteRepositoryException

  • All Implemented Interfaces:
    Serializable

    public class RemoteRepositoryException
    extends TransportException
    Contains a message from the remote repository indicating a problem.

    Some remote repositories may send customized error messages describing why they cannot be accessed. These messages are wrapped up in this exception and thrown to the caller of the transport operation.

    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteRepositoryException

        public RemoteRepositoryException​(URIish uri,
                                         String message)
        Constructs a RemoteRepositoryException for a message.
        Parameters:
        uri - URI used for transport
        message - message, exactly as supplied by the remote repository. May contain LFs (newlines) if the remote formatted it that way.