Class IACValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jenkins.plugins.google.analyze.code.security.exception.IACValidationException
-
- All Implemented Interfaces:
Serializable
public class IACValidationException extends RuntimeException
IACValidationException represents exception occurred while invoking IAC validation service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IACValidationException(@NonNull Integer statusCode, @NonNull String message)
IACValidationException(@NonNull Integer statusCode, @NonNull String message, @NonNull Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-