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