com.virtuosotechnologies.asaph.maingui
Class DuplicateConnectorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.virtuosotechnologies.asaph.maingui.DuplicateConnectorException
All Implemented Interfaces:
Serializable

public class DuplicateConnectorException
extends Exception

Connector name already exists

See Also:
Serialized Form

Constructor Summary
DuplicateConnectorException(String name, StringID version)
           
 
Method Summary
 String getConnectorName()
           
 StringID getConnectorVersion()
           
 
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

DuplicateConnectorException

public DuplicateConnectorException(String name,
                                   StringID version)
Method Detail

getConnectorName

public String getConnectorName()

getConnectorVersion

public StringID getConnectorVersion()