org.jenkinsci.plugins.buildresulttrigger
Class BuildResultTriggerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jenkinsci.plugins.buildresulttrigger.BuildResultTriggerException
All Implemented Interfaces:
Serializable

public class BuildResultTriggerException
extends Exception

Author:
Gregory Boissinot
See Also:
Serialized Form

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

BuildResultTriggerException

public BuildResultTriggerException()

BuildResultTriggerException

public BuildResultTriggerException(String s)

BuildResultTriggerException

public BuildResultTriggerException(String s,
                                   Throwable throwable)

BuildResultTriggerException

public BuildResultTriggerException(Throwable throwable)


Copyright © 2004-2011. All Rights Reserved.