com.mindbright.ssh2
Class SSH2UserCancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mindbright.ssh2.SSH2Exception
              extended by com.mindbright.ssh2.SSH2UserCancelException
All Implemented Interfaces:
java.io.Serializable

public class SSH2UserCancelException
extends SSH2Exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mindbright.ssh2.SSH2Exception
rootCause
 
Constructor Summary
SSH2UserCancelException()
           
SSH2UserCancelException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.mindbright.ssh2.SSH2Exception
getRootCause
 
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

SSH2UserCancelException

public SSH2UserCancelException()

SSH2UserCancelException

public SSH2UserCancelException(java.lang.String message)