org.jdiseq
Class JdiConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jdiseq.JdiConnectionException
All Implemented Interfaces:
java.io.Serializable

public class JdiConnectionException
extends java.lang.Exception

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.

 

Version:
$Id: JdiConnectionException.java,v 1.2 2003/04/02 19:48:49 austvold Exp $
Author:
Ørjan Nygaard Austvold
See Also:
Serialized Form

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

JdiConnectionException

public JdiConnectionException(java.lang.String message)
Constructs a new exception.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.

JdiConnectionException

public JdiConnectionException(java.lang.String message,
                              java.lang.Throwable cause)
Constructs a new exception.

Parameters:
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.)

JdiConnectionException

public JdiConnectionException(java.lang.Throwable cause)
Constructs a new exception.

Parameters:
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.)


Copyright © 2003 SourceForge.net. All Rights Reserved.