org.apache.wicket.protocol.http
Class WebApplicationFactoryCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wicket.WicketRuntimeException
                  extended by org.apache.wicket.protocol.http.WebApplicationFactoryCreationException
All Implemented Interfaces:
Serializable

public class WebApplicationFactoryCreationException
extends WicketRuntimeException

Thrown when the IWebApplicationFactory could not be created for some reason.

Author:
Seth Ladd
See Also:
Serialized Form

Constructor Summary
WebApplicationFactoryCreationException(String appFactoryClassName, Exception e)
          Constructor.
 
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

WebApplicationFactoryCreationException

public WebApplicationFactoryCreationException(String appFactoryClassName,
                                              Exception e)
Constructor.

Parameters:
appFactoryClassName - name of the application factory
e - the cause for the creation problem


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.