Code Search for Developers
 
 
  

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

Re-searcher

Re-searcher is the system for recurrent psiblast searches. It enables timely detection of new proteins on the protein sequence databases. Searches can be done on a local server or at NCBI. It has a user-friendly web interface.

Project homepage: http://sourceforge.net/projects/researcher
Programming language(s): Java,XML
License: other

  AuthenticationException.java
  SshAuthenticationException.java
  SystemUnavailableException.java