|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--mcne.excepciones.ClienteNotarioException
Clase que encapsula las excepciones que pueden ocurrir en las peticiones al Cliente de Notario Electrónico
RuntimeException
,
Serialized FormConstructor 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 |
public ClienteNotarioException()
public ClienteNotarioException(java.lang.String mensaje)
Method Detail |
public static ClienteNotarioException getInstance(java.lang.String mensaje)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |