java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.graal.mp.nativeimage.extension.NativeImageException
All Implemented Interfaces:
Serializable

public class NativeImageException extends RuntimeException
Exception marking native image build failure.
See Also:
  • Constructor Details

    • NativeImageException

      public NativeImageException(String message, Throwable cause)
      A new exception with a message and a cause.
      Parameters:
      message - description of the problem
      cause - causing throwable