My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package eticom.blogger.excepciones;


/**
* clase de error para problemas de conexion, es decir si el usuario no esta
* correctamente identificado
*
* @author juanitu
*
*/
public class ErrorConexion extends ErrorBlogger {

public ErrorConexion() {
super();
// TODO Auto-generated constructor stub
}

public ErrorConexion(String message) {
super(message);
// TODO Auto-generated constructor stub
}

public ErrorConexion(Throwable cause) {
super(cause);
// TODO Auto-generated constructor stub
}

}

Change log

r46 by juanantonioruz on May 26, 2008   Diff
refactorizacion de paquetes
Go to: 
Project members, sign in to write a code review

Older revisions

r42 by juanantonioruz on May 23, 2008   Diff
[No log message]
r41 by juanantonioruz on May 23, 2008   Diff
Initial import.
All revisions of this file

File info

Size: 523 bytes, 28 lines
Powered by Google Project Hosting