Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.common.ui » [javadoc | source]
com.sshtools.common.ui
public class: SshToolsApplicationException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         com.sshtools.common.ui.SshToolsApplicationException

All Implemented Interfaces:
    Serializable

Constructor:
 public SshToolsApplicationException() 
 public SshToolsApplicationException(String msg) 
    Creates a new SshToolsApplicationException object.
    Parameters:
    msg -
 public SshToolsApplicationException(Throwable cause) 
    Creates a new SshToolsApplicationException object.
    Parameters:
    cause -
 public SshToolsApplicationException(String msg,
    Throwable cause) 
    Creates a new SshToolsApplicationException object.
    Parameters:
    msg -
    cause -
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait