net.contextfw.web.application
Class WebApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.contextfw.web.application.WebApplicationException
All Implemented Interfaces:
Serializable

public class WebApplicationException
extends RuntimeException

A general exception thrown by application

See Also:
Serialized Form

Constructor Summary
WebApplicationException()
           
WebApplicationException(String arg0)
           
WebApplicationException(String arg0, Throwable arg1)
           
WebApplicationException(Throwable arg0)
           
 
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

WebApplicationException

public WebApplicationException()

WebApplicationException

public WebApplicationException(String arg0,
                               Throwable arg1)

WebApplicationException

public WebApplicationException(String arg0)

WebApplicationException

public WebApplicationException(Throwable arg0)


Copyright © 2011. All Rights Reserved.