org.webmacro
Class InitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.webmacro.RethrowableException
                    |
                    +--org.webmacro.WebMacroException
                          |
                          +--org.webmacro.InitException
All Implemented Interfaces:
java.io.Serializable

public class InitException
extends WebMacroException

This exception is used to indicate that a somethin was not propertly able to initialize itself.

See Also:
Serialized Form

Constructor Summary
InitException(java.lang.String reason)
           
InitException(java.lang.String reason, java.lang.Throwable e)
           
 
Methods inherited from class org.webmacro.RethrowableException
getCaught, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitException

public InitException(java.lang.String reason)

InitException

public InitException(java.lang.String reason,
                     java.lang.Throwable e)