Subversion Repositories SmartDukaan

Rev

Rev 1021 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1021 Rev 2298
Line 1... Line 1...
1
package in.shop2020.utils;
1
package in.shop2020.utils;
2
 
2
 
-
 
3
@SuppressWarnings("serial")
3
public class GenericException extends Exception {
4
public class GenericException extends Exception {
4
	
5
	
5
	private long errorCode = 0;
6
	private long errorCode = 0;
6
	
7
	
7
	private String errorMessage = "";
8
	private String errorMessage = "";