net.ssh.jsch
Class JSchPartialAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.ssh.jsch.JSchException
              extended by net.ssh.jsch.JSchPartialAuthException
All Implemented Interfaces:
java.io.Serializable

public class JSchPartialAuthException
extends JSchException

See Also:
Serialized Form

Constructor Summary
JSchPartialAuthException()
           
JSchPartialAuthException(java.lang.String s)
           
 
Method Summary
 java.lang.String getMethods()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSchPartialAuthException

public JSchPartialAuthException()

JSchPartialAuthException

public JSchPartialAuthException(java.lang.String s)
Method Detail

getMethods

public java.lang.String getMethods()