org.objectweb.jonas.web
Class JWebContainerServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.jonas.service.ServiceException
                  extended byorg.objectweb.jonas.web.JWebContainerServiceException
All Implemented Interfaces:
java.io.Serializable

public class JWebContainerServiceException
extends ServiceException

The class JWebContainerServiceException that indicates conditions that a reasonable application might want to catch.

Author:
Ludovic Bert, Florent Benoit
See Also:
Serialized Form

Constructor Summary
JWebContainerServiceException(java.lang.String message)
          Constructs a new JWebContainerServiceException with the specified message.
JWebContainerServiceException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new JWebContainerServiceException with the specified message.
 
Methods inherited from class org.objectweb.jonas.service.ServiceException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JWebContainerServiceException

public JWebContainerServiceException(java.lang.String message)
Constructs a new JWebContainerServiceException with the specified message.

Parameters:
message - the detail message.

JWebContainerServiceException

public JWebContainerServiceException(java.lang.String message,
                                     java.lang.Throwable throwable)
Constructs a new JWebContainerServiceException with the specified message.

Parameters:
message - the detail message.
throwable - the exception