Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.maingui
Class DuplicateConnectorException  view DuplicateConnectorException download DuplicateConnectorException.java

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

public class DuplicateConnectorException
extends java.lang.Exception

Connector name already exists


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.lang.String name_
           
private  int version_
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DuplicateConnectorException(java.lang.String name, int version)
           
 
Method Summary
 java.lang.String getConnectorName()
           
 int 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
 

Field Detail

name_

private java.lang.String name_

version_

private int version_
Constructor Detail

DuplicateConnectorException

public DuplicateConnectorException(java.lang.String name,
                                   int version)
Method Detail

getConnectorName

public java.lang.String getConnectorName()

getConnectorVersion

public int getConnectorVersion()