|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.jscape.inet.ssh.connection.ConnectionException
public class ConnectionException
The connection service error.
Constructor Summary | |
---|---|
ConnectionException()
Creates a new exception instance. |
|
ConnectionException(java.lang.Exception reason)
Creates a new exception instance with the specified cause. |
|
ConnectionException(java.lang.String message)
Creates a new exception instance with the specified message. |
Method Summary | |
---|---|
java.lang.Exception |
getReason()
Obtains the exception cause. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConnectionException()
public ConnectionException(java.lang.String message)
message
- the error messagepublic ConnectionException(java.lang.Exception reason)
reason
- the exception causeMethod Detail |
---|
public java.lang.Exception getReason()
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |