org.jclouds.ssh
Class SshException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.ssh.SshException
All Implemented Interfaces:
Serializable

public class SshException
extends RuntimeException

Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
SshException()
           
SshException(String arg0)
           
SshException(String arg0, Throwable arg1)
           
SshException(Throwable arg0)
           
 
Method Summary
 
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

SshException

public SshException()

SshException

public SshException(String arg0,
                    Throwable arg1)

SshException

public SshException(String arg0)

SshException

public SshException(Throwable arg0)


Copyright © 2009-2011 jclouds. All Rights Reserved.