com.sun.enterprise.module.bootstrap
Class BootException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
BootException(String message)
           
BootException(String message, Throwable cause)
           
BootException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BootException

public BootException(String message)

BootException

public BootException(String message,
                     Throwable cause)

BootException

public BootException(Throwable cause)


Copyright © 2013 Oracle Corporation. All Rights Reserved.