edu.uoc.tcfj2ee_gatd.model.comu
Class GATDExcepcioExecucio

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.uoc.tcfj2ee_gatd.model.comu.GATDExcepcioExecucio
All Implemented Interfaces:
java.io.Serializable

public class GATDExcepcioExecucio
extends java.lang.RuntimeException

Excepció en temps d'execució (runtime). Marca la transacció per a "rollback".

Author:
Jordi Tejero
See Also:
Serialized Form

Constructor Summary
GATDExcepcioExecucio()
          Constructor sense paràmetres
GATDExcepcioExecucio(java.lang.String message)
          Constructor amb un missatge
GATDExcepcioExecucio(java.lang.String message, java.lang.Throwable cause)
          Constructor amb causa i missatge
GATDExcepcioExecucio(java.lang.Throwable cause)
          Constructor amb una causa
 
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

GATDExcepcioExecucio

public GATDExcepcioExecucio()
Constructor sense paràmetres


GATDExcepcioExecucio

public GATDExcepcioExecucio(java.lang.String message)
Constructor amb un missatge

Parameters:
message -

GATDExcepcioExecucio

public GATDExcepcioExecucio(java.lang.Throwable cause)
Constructor amb una causa

Parameters:
cause - la causa

GATDExcepcioExecucio

public GATDExcepcioExecucio(java.lang.String message,
                            java.lang.Throwable cause)
Constructor amb causa i missatge

Parameters:
message - el missatge
cause - la causa