public class

JenkinsDeploymentException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mule.jenkins.JenkinsDeploymentException

Summary

Nested Classes
class JenkinsDeploymentException.InfoItem  
Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
Fields
protected List<JenkinsDeploymentException.InfoItem> infoItems
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
JenkinsDeploymentException(String errorContext, String errorCode, String errorMessage)
JenkinsDeploymentException(String errorContext, String errorCode, String errorMessage, Throwable cause)
Public Methods
JenkinsDeploymentException addInfo(String errorContext, String errorCode, String errorText)
String getCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

public static final long serialVersionUID

Constant Value: -1 (0xffffffffffffffff)

Fields

protected List<JenkinsDeploymentException.InfoItem> infoItems

Public Constructors

public JenkinsDeploymentException (String errorContext, String errorCode, String errorMessage)

Parameters
errorContext
errorCode
errorMessage

public JenkinsDeploymentException (String errorContext, String errorCode, String errorMessage, Throwable cause)

Parameters
errorContext
errorCode
errorMessage
cause

Public Methods

public JenkinsDeploymentException addInfo (String errorContext, String errorCode, String errorText)

Parameters
errorContext
errorCode
errorText

public String getCode ()

public String toString ()