org.jenkinsci.lib.xtrigger
Class XTriggerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jenkinsci.lib.xtrigger.XTriggerException
All Implemented Interfaces:
Serializable

public class XTriggerException
extends Exception

Author:
Gregory Boissinot
See Also:
Serialized Form

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

XTriggerException

public XTriggerException()

XTriggerException

public XTriggerException(String s)

XTriggerException

public XTriggerException(String s,
                         Throwable throwable)

XTriggerException

public XTriggerException(Throwable throwable)


Copyright © 2004-2012. All Rights Reserved.