SshAuthenticationException.java from Re-searcher at Krugle
Show SshAuthenticationException.java syntax highlighted
package researcher.exceptions;
public class SshAuthenticationException extends RuntimeException {
private static final long serialVersionUID = 2537054160235075840L;
public SshAuthenticationException() {
super();
// TODO Auto-generated constructor stub
}
public SshAuthenticationException(String message, Throwable cause) {
super(message, cause);
// TODO Auto-generated constructor stub
}
public SshAuthenticationException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
public SshAuthenticationException(Throwable cause) {
super(cause);
// TODO Auto-generated constructor stub
}
}
See more files for this project here