|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.figure8.join.core.setup.BootstrapException
public class BootstrapException
Extension of Exception that can occurs during the bootstrap phase of Join app.
| Constructor Summary | |
|---|---|
BootstrapException(java.lang.String msg)
Creates a new instance of BootstrapException. |
|
BootstrapException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new instance of BoostrapException. |
|
| 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 |
|---|
public BootstrapException(java.lang.String msg)
msg - Message for this exception
public BootstrapException(java.lang.String msg,
java.lang.Throwable cause)
msg - Message for this exceptioncause - Root exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||