Eclipseplugins
OpenClientConnectionException.java
1 package com.proalpha.pds.exception;
2 
3 public class OpenClientConnectionException extends Exception{
4 
6  super();
7  }
8 
9  public OpenClientConnectionException(String s, Throwable throwable,
10  boolean flag, boolean flag1) {
11  super(s, throwable, flag, flag1);
12  }
13 
14  public OpenClientConnectionException(String s, Throwable throwable) {
15  super(s, throwable);
16  }
17 
18  public OpenClientConnectionException(String s) {
19  super(s);
20  }
21 
22  public OpenClientConnectionException(Throwable throwable) {
23  super(throwable);
24  }
25 
29  private static final long serialVersionUID = -1955634175585982864L;
30 
31 }