hudson.plugins.testlink.result
Class ResultSeekerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hudson.plugins.testlink.result.ResultSeekerException
All Implemented Interfaces:
java.io.Serializable

public class ResultSeekerException
extends java.lang.RuntimeException

Since:
2.2
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
ResultSeekerException()
          Default constructor.
ResultSeekerException(java.lang.String message)
           
ResultSeekerException(java.lang.String message, java.lang.Throwable exception)
           
ResultSeekerException(java.lang.Throwable exception)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultSeekerException

public ResultSeekerException()
Default constructor.


ResultSeekerException

public ResultSeekerException(java.lang.String message,
                             java.lang.Throwable exception)
Parameters:
message -
exception -

ResultSeekerException

public ResultSeekerException(java.lang.String message)
Parameters:
message -

ResultSeekerException

public ResultSeekerException(java.lang.Throwable exception)
Parameters:
exception -


Copyright © 2010-2011 the Jenkins TestLink plug-in team-2012 Jenkins. All Rights Reserved.