net.thucydides.plugins.jira.service
Class NoSuchIssueException

Package class diagram package NoSuchIssueException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.thucydides.plugins.jira.service.NoSuchIssueException
All Implemented Interfaces:
Serializable

public class NoSuchIssueException
extends RuntimeException

No matching issue was found in the issue tracking system.

See Also:
Serialized Form

Constructor Summary
NoSuchIssueException(String message)
           
 
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

NoSuchIssueException

public NoSuchIssueException(String message)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.