org.jenkinsci.plugins.postbuildscript
Class PostBuildScriptException

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

public class PostBuildScriptException
extends Exception

Author:
Gregory Boissinot
See Also:
Serialized Form

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

PostBuildScriptException

public PostBuildScriptException(String s)

PostBuildScriptException

public PostBuildScriptException(String s,
                                Throwable throwable)

PostBuildScriptException

public PostBuildScriptException(Throwable throwable)


Copyright © 2004-2011. All Rights Reserved.