edu.uoc.tcfj2ee_gatd.model.peticions
Class GATDExcepcioPeticions
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.uoc.tcfj2ee_gatd.model.comu.GATDExcepcio
edu.uoc.tcfj2ee_gatd.model.peticions.GATDExcepcioPeticions
- All Implemented Interfaces:
- IMissatgeAmbFormat, java.io.Serializable
public class GATDExcepcioPeticions
- extends GATDExcepcio
Excepció a la gestió de les peticions. Marca la transacció per a
"rollback".
- Author:
- Jordi Tejero
- See Also:
- Serialized Form
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 |
GATDExcepcioPeticions
public GATDExcepcioPeticions(java.lang.String clau,
java.lang.Object... aargs)
- Constructor amb clau i arguments addicionals
- Parameters:
clau
- la clauaargs
- els arguments addicionals
GATDExcepcioPeticions
public GATDExcepcioPeticions(GATDExcepcio cause)
- Constructor a partir d'una altra GATDExcepcio G, sense clau ni arguments.
Agafa els de G.
- Parameters:
cause
- la causa, G
GATDExcepcioPeticions
public GATDExcepcioPeticions(java.lang.Throwable cause,
java.lang.String clau,
java.lang.Object... aargs)
- Constructor
- Parameters:
cause
- clau
- aargs
-