com.jcraft.jsch
Class JSchPartialAuthException

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

public class JSchPartialAuthException
extends JSchException

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String methods
           
 
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
 

Field Detail

methods

java.lang.String methods
Constructor Detail

JSchPartialAuthException

public JSchPartialAuthException()

JSchPartialAuthException

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

getMethods

public java.lang.String getMethods()


Copyright 2006 jcraft. All Rights Reserved.