mcne.excepciones
Class ClienteNotarioException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--mcne.excepciones.ClienteNotarioException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationClientException

public class ClienteNotarioException
extends java.lang.RuntimeException

Clase que encapsula las excepciones que pueden ocurrir en las peticiones al Cliente de Notario Electrónico

See Also:
RuntimeException, Serialized Form

Constructor Summary
ClienteNotarioException()
          Crea una nueva instancia de la clase ClienteNotarioException
ClienteNotarioException(java.lang.String mensaje)
          Construye una nueva instancia de la excepción ClienteNotarioException
 
Method Summary
static ClienteNotarioException getInstance(java.lang.String mensaje)
           
 
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

ClienteNotarioException

public ClienteNotarioException()
Crea una nueva instancia de la clase ClienteNotarioException


ClienteNotarioException

public ClienteNotarioException(java.lang.String mensaje)
Construye una nueva instancia de la excepción ClienteNotarioException

Method Detail

getInstance

public static ClienteNotarioException getInstance(java.lang.String mensaje)