com.virtuosotechnologies.asaph.maingui
Class UnrecognizedDatabaseIdentifierException

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

public class UnrecognizedDatabaseIdentifierException
extends Exception

A DatabaseConnector didn't recognize a DatabaseIdentifier

See Also:
Serialized Form

Constructor Summary
UnrecognizedDatabaseIdentifierException()
           
 
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

UnrecognizedDatabaseIdentifierException

public UnrecognizedDatabaseIdentifierException()