edu.uoc.tcfj2ee_gatd.model.atencio
Class GATDExcepcioAtencio

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uoc.tcfj2ee_gatd.model.comu.GATDExcepcio
              extended by edu.uoc.tcfj2ee_gatd.model.atencio.GATDExcepcioAtencio
All Implemented Interfaces:
IMissatgeAmbFormat, java.io.Serializable

public class GATDExcepcioAtencio
extends GATDExcepcio

Excepció a l'atenció de les peticions. Marca la transacció per a "rollback".

Author:
Jordi Tejero
See Also:
Serialized Form

Constructor Summary
GATDExcepcioAtencio(GATDExcepcio cause)
          Constructor a partir d'una altra GATDExcepcio G, sense clau ni arguments.
GATDExcepcioAtencio(java.lang.String clau, java.lang.Object... aargs)
          Constructor
GATDExcepcioAtencio(java.lang.Throwable cause, java.lang.String clau, java.lang.Object... aargs)
          Constructor
 
Method Summary
 
Methods inherited from class edu.uoc.tcfj2ee_gatd.model.comu.GATDExcepcio
getAargs, getClau
 
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

GATDExcepcioAtencio

public GATDExcepcioAtencio(java.lang.String clau,
                           java.lang.Object... aargs)
Constructor

Parameters:
clau - clau del missatge, que pot ser null
aargs - arguments addicionals del missatge, que poden ser null
See Also:
GATDExcepcio.GATDExcepcio(String, Object...)

GATDExcepcioAtencio

public GATDExcepcioAtencio(GATDExcepcio cause)
Constructor a partir d'una altra GATDExcepcio G, sense clau ni arguments. Agafa els de G.

Parameters:
cause - causa de l'excepció
See Also:
GATDExcepcio.GATDExcepcio(GATDExcepcio)

GATDExcepcioAtencio

public GATDExcepcioAtencio(java.lang.Throwable cause,
                           java.lang.String clau,
                           java.lang.Object... aargs)
Constructor

Parameters:
cause - causa de l'excepció
clau - clau del missatge, que pot ser null
aargs - arguments addicionals del missatge, que poden ser
See Also:
GATDExcepcio.GATDExcepcio(Throwable, String, Object...)