|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.jdiseq.JdiConnectionException
This class implements an exception which indicates an error in the JDI connection.
Changelog:
$Log: JdiConnectionException.java,v $ Revision 1.2 2003/04/02 19:48:49 austvold Minor updates. Mostly adaptation to new event and eventlistener name. General brush-up on javadoc comments. Removal of auto-added revision and date-of-commit members. Revision 1.1.1.1 2003/03/28 08:18:23 austvold Initial import.
Constructor Summary | |
JdiConnectionException(java.lang.String message)
Constructs a new exception. |
|
JdiConnectionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception. |
|
JdiConnectionException(java.lang.Throwable cause)
Constructs a new exception. |
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 JdiConnectionException(java.lang.String message)
message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.public JdiConnectionException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)public JdiConnectionException(java.lang.Throwable cause)
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |