org.apache.ivy.plugins.repository.ssh

Class RemoteScpException

public class RemoteScpException extends Exception

This exception will be used for Remote SCP Exceptions (failures on the target system, no connetion probs)
Constructor Summary
RemoteScpException()
RemoteScpException(String message)
RemoteScpException(Throwable cause)
RemoteScpException(String message, Throwable cause)

Constructor Detail

RemoteScpException

public RemoteScpException()

RemoteScpException

public RemoteScpException(String message)

Parameters: message

RemoteScpException

public RemoteScpException(Throwable cause)

Parameters: cause

RemoteScpException

public RemoteScpException(String message, Throwable cause)

Parameters: message cause