org.apache.tuscany.sca.http
Class ServletMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.sca.http.ServletMappingException
All Implemented Interfaces:
java.io.Serializable

public class ServletMappingException
extends java.lang.RuntimeException

Indicates an exception while registering a servlet mapping.

Version:
$Rev: 537376 $ $Date: 2007-05-12 11:16:49 +0100 (Sat, 12 May 2007) $
See Also:
Serialized Form

Constructor Summary
ServletMappingException()
           
ServletMappingException(java.lang.String message)
           
ServletMappingException(java.lang.String message, java.lang.Throwable cause)
           
ServletMappingException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletMappingException

public ServletMappingException()

ServletMappingException

public ServletMappingException(java.lang.String message)

ServletMappingException

public ServletMappingException(java.lang.String message,
                               java.lang.Throwable cause)

ServletMappingException

public ServletMappingException(java.lang.Throwable cause)