com.fenalco.utilities.database
Class EngineNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fenalco.utilities.database.EngineNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class EngineNotSupportedException
extends java.lang.Exception

Author:
andres esta excepción se usa para indicar que el motor al que se intenta conectar no está soportado aún
See Also:
Serialized Form

Constructor Summary
EngineNotSupportedException()
          Creates a new instance of EngineNotSuportedException without detail message.
EngineNotSupportedException(java.lang.String msg)
          Constructs an instance of EngineNotSuportedException with the specified detail message.
 
Method Summary
 
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

EngineNotSupportedException

public EngineNotSupportedException()
Creates a new instance of EngineNotSuportedException without detail message.


EngineNotSupportedException

public EngineNotSupportedException(java.lang.String msg)
Constructs an instance of EngineNotSuportedException with the specified detail message.

Parameters:
msg - the detail message.