Class BootException

All Implemented Interfaces:
Serializable

public class BootException extends HK2Exception
Signals a fatal error in the module system launch.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialization
      See Also:
  • Constructor Details

    • BootException

      public BootException(String message)
    • BootException

      public BootException(String message, Throwable cause)
    • BootException

      public BootException(Throwable cause)