Class EquinoxEmbedderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.sisu.equinox.embedder.internal.EquinoxEmbedderException
All Implemented Interfaces:
Serializable

public class EquinoxEmbedderException extends RuntimeException
An EquinoxEmbedderException is thrown if something in the otherwise transparent process of running an Equinox instance from within Maven goes wrong.
See Also:
  • Constructor Details

    • EquinoxEmbedderException

      public EquinoxEmbedderException(String message)
    • EquinoxEmbedderException

      public EquinoxEmbedderException(String message, Throwable cause)