com.jcraft.jsch
Class JSchPartialAuthException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcraft.jsch.JSchException
              extended bycom.jcraft.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
clone, equals, finalize, 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()