Class ImageBuildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.connector.testframe.container.ImageBuildException
-
- All Implemented Interfaces:
Serializable
public class ImageBuildException extends Exception
Exception indicating errors when building Flink image.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageBuildException(String imageName, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-