Class RemoteFSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jalbum.remotefs.RemoteFSException
All Implemented Interfaces:
Serializable

public class RemoteFSException extends Exception
Generic exception for RemoteFS services
See Also:
  • Constructor Details

    • RemoteFSException

      public RemoteFSException()
    • RemoteFSException

      public RemoteFSException(String arg0)
      Parameters:
      arg0 -
    • RemoteFSException

      public RemoteFSException(it.sauronsoftware.ftp4j.FTPException arg0)
    • RemoteFSException

      public RemoteFSException(com.enterprisedt.net.ftp.FTPException ex)
    • RemoteFSException

      public RemoteFSException(com.jcraft.jsch.SftpException ex)
    • RemoteFSException

      public RemoteFSException(String arg0, Throwable arg1)
      Parameters:
      arg0 -
      arg1 -
    • RemoteFSException

      public RemoteFSException(Throwable arg0, int code)
  • Method Details

    • getCode

      public int getCode()