net.contextfw.web.application.internal
Class InternalWebApplicationException

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

public class InternalWebApplicationException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
InternalWebApplicationException()
           
InternalWebApplicationException(String msg)
           
InternalWebApplicationException(String msg, Throwable throwable)
           
InternalWebApplicationException(Throwable throwable)
           
 
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

InternalWebApplicationException

public InternalWebApplicationException()

InternalWebApplicationException

public InternalWebApplicationException(String msg,
                                       Throwable throwable)

InternalWebApplicationException

public InternalWebApplicationException(String msg)

InternalWebApplicationException

public InternalWebApplicationException(Throwable throwable)


Copyright © 2011. All Rights Reserved.