|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.sourceforge.jemm.comm.connection.ConnectionException
public class ConnectionException
A generic connection exception.
Released under the Apache License V2.0 license by the JEMM Project
| Constructor Summary | |
|---|---|
ConnectionException(java.lang.String message)
Creates a ConnectionException with the given message. |
|
ConnectionException(java.lang.String message,
java.lang.Throwable cause)
Creates a ConnectionException with the given message and underlying 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 |
|---|
public ConnectionException(java.lang.String message)
message - The user message.
public ConnectionException(java.lang.String message,
java.lang.Throwable cause)
message - The user message.cause - The underlying cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||