org.jenkinsci.plugins.buildcontextcapture
Class BuildContextException

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

public class BuildContextException
extends Exception

Author:
Gregory Boissinot
See Also:
Serialized Form

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

BuildContextException

public BuildContextException()

BuildContextException

public BuildContextException(String s)

BuildContextException

public BuildContextException(String s,
                             Throwable throwable)

BuildContextException

public BuildContextException(Throwable throwable)


Copyright © 2004-2012. All Rights Reserved.