vishnu.model
Class UnknownDatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vishnu.model.UnknownDatabaseException
All Implemented Interfaces:
java.io.Serializable

public class UnknownDatabaseException
extends java.lang.RuntimeException

Esta excepcion modela la situacion de un intento de acceso a una base de datos no definida en un administrador de bases de datos.

Author:
Hernan Rancati
See Also:
Serialized Form
 

Constructor Summary
UnknownDatabaseException(java.lang.String databaseName)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownDatabaseException

public UnknownDatabaseException(java.lang.String databaseName)
Parameters:
databaseName - nombre de la base de datos inexistente.
Method Detail

toString

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