org.kuali.maven.plugins.jenkins.context
Class JenkinsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.maven.plugins.jenkins.context.JenkinsException
All Implemented Interfaces:
Serializable

public class JenkinsException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
JenkinsException()
           
JenkinsException(String message)
           
JenkinsException(String message, Throwable exception)
           
JenkinsException(Throwable exception)
           
 
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

JenkinsException

public JenkinsException()

JenkinsException

public JenkinsException(String message)

JenkinsException

public JenkinsException(Throwable exception)

JenkinsException

public JenkinsException(String message,
                        Throwable exception)


Copyright © 2011-2012 The Kuali Foundation. All Rights Reserved.