com.bluemarsh.jswat
Class NoAttachingConnectorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bluemarsh.jswat.NoAttachingConnectorException
All Implemented Interfaces:
java.io.Serializable

public class NoAttachingConnectorException
extends java.lang.Exception

Thrown when an attaching connector could not be found by VMConnection.

Author:
Nathan Fiedler
See Also:
Serialized Form

Constructor Summary
NoAttachingConnectorException()
          Constructs a NoAttachingConnectorException with no specified detailed message.
NoAttachingConnectorException(java.lang.String s)
          Constructs a NoAttachingConnectorException with the specified detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoAttachingConnectorException

public NoAttachingConnectorException()
Constructs a NoAttachingConnectorException with no specified detailed message.

NoAttachingConnectorException

public NoAttachingConnectorException(java.lang.String s)
Constructs a NoAttachingConnectorException with the specified detailed message.
Parameters:
s - the detail message