org.gwe.drivers.netAccess
Class ConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gwe.drivers.netAccess.ConnectorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ResourceAllocationException

public class ConnectorException
extends java.lang.Exception

Since:
Feb 5, 2007
Author:
Neil Jones
See Also:
Serialized Form

Constructor Summary
ConnectorException(java.lang.String msg)
           
ConnectorException(java.lang.String msg, java.lang.Exception nestee)
           
 
Method Summary
 java.lang.String getCommand()
           
 java.lang.String getMessage()
           
 void setCommand(java.lang.String command)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ConnectorException

public ConnectorException(java.lang.String msg,
                          java.lang.Exception nestee)

ConnectorException

public ConnectorException(java.lang.String msg)
Method Detail

getCommand

public java.lang.String getCommand()

setCommand

public void setCommand(java.lang.String command)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2007-2009. All Rights Reserved.