net.thucydides.plugins.jira.model
Class IssueTrackerUpdateException

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

public class IssueTrackerUpdateException
extends RuntimeException

Thrown when the issue tracking system could not be updated for some reason.

See Also:
Serialized Form

Constructor Summary
IssueTrackerUpdateException(String message, Throwable throwable)
           
 
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

IssueTrackerUpdateException

public IssueTrackerUpdateException(String message,
                                   Throwable throwable)


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