org.opennms.netmgt.protocols.ssh
Class SshException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.netmgt.protocols.ssh.SshException
All Implemented Interfaces:
Serializable

public class SshException
extends Exception

See Also:
Serialized Form

Constructor Summary
SshException()
           
SshException(String message)
           
SshException(String message, Throwable cause)
           
SshException(Throwable cause)
           
 
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 message)

SshException

public SshException(Throwable cause)

SshException

public SshException(String message,
                    Throwable cause)


Copyright © 2009. All Rights Reserved.