Class SftpException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SftpException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      private int status  
    • Constructor Summary

      Constructors 
      Constructor Description
      SftpException​(int status, java.lang.String msg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStatus()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • status

        private final int status
    • Constructor Detail

      • SftpException

        public SftpException​(int status,
                             java.lang.String msg)
    • Method Detail

      • getStatus

        public int getStatus()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable