org.jenkinsci.plugins.fstrigger
Class FSTriggerException

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

public class FSTriggerException
extends Exception

Author:
Gregory Boissinot
See Also:
Serialized Form

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

FSTriggerException

public FSTriggerException()

FSTriggerException

public FSTriggerException(String s)

FSTriggerException

public FSTriggerException(String s,
                          Throwable throwable)

FSTriggerException

public FSTriggerException(Throwable throwable)


Copyright © 2004-2011. All Rights Reserved.