edu.uoc.tfc.j2ee.icampanario.components.clientsigner.exception
Class ClientSignerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uoc.tfc.j2ee.icampanario.components.clientsigner.exception.ClientSignerException
All Implemented Interfaces:
java.io.Serializable

public class ClientSignerException
extends java.lang.Exception

Clase para excepciones al cargar el cliente de @firma

Author:
Ismael Campanario Cabrera
See Also:
Serialized Form

Constructor Summary
ClientSignerException(java.lang.Exception e)
          Constructor
ClientSignerException(int error, java.lang.String message)
          Constructor
ClientSignerException(int error, java.lang.String message, java.lang.Exception e)
          Constructor
ClientSignerException(java.lang.String message)
          Constructor
 
Method Summary
 int getErrorCode()
          Devuelve el código de error
 void setErrorCode(int errorCode)
          Establece el código de error
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientSignerException

public ClientSignerException(int error,
                             java.lang.String message)
Constructor

Parameters:
error - Código de error
message - Mensaje del error

ClientSignerException

public ClientSignerException(java.lang.String message)
Constructor

Parameters:
message - Mensaje del error

ClientSignerException

public ClientSignerException(int error,
                             java.lang.String message,
                             java.lang.Exception e)
Constructor

Parameters:
error - Código de error
message - Mensaje del error
e - Exception

ClientSignerException

public ClientSignerException(java.lang.Exception e)
Constructor

Parameters:
e - Exception
Method Detail

getErrorCode

public int getErrorCode()
Devuelve el código de error

Returns:
int

setErrorCode

public void setErrorCode(int errorCode)
Establece el código de error

Parameters:
errorCode -