Class BootException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.hk2.api.HK2Exception
com.sun.enterprise.module.bootstrap.BootException
All Implemented Interfaces:
Serializable

public class BootException extends org.glassfish.hk2.api.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)