com.fenalco.utilities.database
Class TransactionException

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

public class TransactionException
extends java.lang.Exception

Author:
Andrés Romero Rodríguez esta excepción se usa para indicar que no se ha podido completar una transacción,
See Also:
Serialized Form

Constructor Summary
TransactionException()
          Creates a new instance of TransactionException without detail message.
TransactionException(java.lang.String msg)
          Constructs an instance of TransactionException 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

TransactionException

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


TransactionException

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

Parameters:
msg - the detail message.