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