Class RemoteScpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ivy.plugins.repository.ssh.RemoteScpException
All Implemented Interfaces:
Serializable

public class RemoteScpException extends Exception
This exception will be used for Remote SCP Exceptions (failures on the target system, no connection probs)
See Also:
  • Constructor Details

    • RemoteScpException

      public RemoteScpException()
    • RemoteScpException

      public RemoteScpException(String message)
      Parameters:
      message - ditto
    • RemoteScpException

      public RemoteScpException(Throwable cause)
      Parameters:
      cause - Throwable
    • RemoteScpException

      public RemoteScpException(String message, Throwable cause)
      Parameters:
      message - ditto
      cause - Throwable