Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard
 
4f8bcc7fa6ac7640915ac3aa5e115b6d37c08a86
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package exceptions;
public class DB4oManagerCreationException extends Exception {
 private static final long serialVersionUID = 1L;
 
 public DB4oManagerCreationException()
  {
    super();
  }
  /**This exception is triggered if there is a problem when constructor of DB4oManager is executed
  *@param String
  *@return None
  */
  public DB4oManagerCreationException(String s)
  {
    super(s);
  }
}

Commits for RRRRHHHH_CoderuralHouses client/src/exceptions/DB4oManagerCreationException.java

Diff revisions: vs.
Revision Author Commited Message
4f8bcc ... epinzolas001 Mon 18 May, 2015 09:49:54 +0000

Merge conflicts solutioned