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 HK2Exception
Signals a fatal error in the module system launch.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BootException(String message)
BootException(String message, Throwable cause)
BootException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-