public class SSHTunnelException
extends java.sql.SQLException
| Constructor and Description | 
|---|
SSHTunnelException(java.lang.String msg)
Creates a new exception with the given message 
 | 
SSHTunnelException(java.lang.String msg,
                  java.lang.Throwable cause)
Creates a new exception with the given message and cause 
 | 
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSHTunnelException(java.lang.String msg)
msg - the exception messagepublic SSHTunnelException(java.lang.String msg,
                          java.lang.Throwable cause)
msg - the exception messagecause - the underlying cause