edu.uoc.tcfj2ee_gatd.model.usuaris
Class GATDExcepcioUsuaris

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.usuaris.GATDExcepcioUsuaris
All Implemented Interfaces:
IMissatgeAmbFormat, java.io.Serializable

public class GATDExcepcioUsuaris
extends GATDExcepcio

Excepció en la gestió d'usuaris. De produir-se, marcarà la transacció en curs per a "rollback".

Author:
"Jordi Tejero"
See Also:
Serialized Form

Constructor Summary
GATDExcepcioUsuaris(GATDExcepcio cause)
          Constructor a partir d'una altra GATDExcepcio G, sense clau ni arguments.
GATDExcepcioUsuaris(java.lang.String clau, java.lang.Object... aargs)
          Constructor
GATDExcepcioUsuaris(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

GATDExcepcioUsuaris

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

Parameters:
clau - clau del missatge al "resource bundle" del missatges
aargs - arguments addicionals per a formatar el missatge

GATDExcepcioUsuaris

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

Parameters:
cause - la causa, G

GATDExcepcioUsuaris

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

Parameters:
cause -
clau -
aargs -