com.sun.enterprise.module.bootstrap
Class BootException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.module.bootstrap.BootException
- All Implemented Interfaces:
- Serializable
public class BootException
- extends Exception
Signals a fatal error in the module system launch.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BootException
public BootException(String message)
BootException
public BootException(String message,
Throwable cause)
BootException
public BootException(Throwable cause)
Copyright © 2013 Oracle Corporation. All Rights Reserved.