Class DetectJenkinsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.blackduck.integration.exception.IntegrationException
-
- com.blackduck.integration.jenkins.detect.exception.DetectJenkinsException
-
- All Implemented Interfaces:
java.io.Serializable
public class DetectJenkinsException extends com.blackduck.integration.exception.IntegrationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DetectJenkinsException()
DetectJenkinsException(java.lang.String message)
DetectJenkinsException(java.lang.String message, java.lang.Throwable cause)
DetectJenkinsException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
DetectJenkinsException
public DetectJenkinsException()
-
DetectJenkinsException
public DetectJenkinsException(java.lang.String message)
-
DetectJenkinsException
public DetectJenkinsException(java.lang.Throwable cause)
-
DetectJenkinsException
public DetectJenkinsException(java.lang.String message, java.lang.Throwable cause)
-
-