org.figure8.join.core.setup
Class BootstrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.figure8.join.core.setup.BootstrapException
All Implemented Interfaces:
java.io.Serializable

public class BootstrapException
extends java.lang.Exception

Extension of Exception that can occurs during the bootstrap phase of Join app.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux
See Also:
Serialized Form

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

BootstrapException

public BootstrapException(java.lang.String msg)
Creates a new instance of BootstrapException.

Parameters:
msg - Message for this exception

BootstrapException

public BootstrapException(java.lang.String msg,
                          java.lang.Throwable cause)
Creates a new instance of BoostrapException.

Parameters:
msg - Message for this exception
cause - Root exception


Copyright © 2005-2008 Join. All Rights Reserved.