Class GeneralSftpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.integration.sftp.support.GeneralSftpException
All Implemented Interfaces:
Serializable

public class GeneralSftpException extends org.springframework.core.NestedRuntimeException
Simple runtime exception to wrap an SftpException.
Since:
4.3
See Also:
  • Constructor Details

    • GeneralSftpException

      public GeneralSftpException(String msg, Throwable cause)