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
Signals a fatal error in the module system launch.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBootException
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor serialization- See Also:
-
-
Constructor Details
-
BootException
-
BootException
-
BootException
-