Class BootException

All Implemented Interfaces:
Serializable

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

    • BootException

      public BootException(String message)
    • BootException

      public BootException(String message, Throwable cause)
    • BootException

      public BootException(Throwable cause)