org.apache.slide.common
Class ServicesShutDownFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.common.NamespaceException
                          |
                          +--org.apache.slide.common.ServicesShutDownFailedException
All Implemented Interfaces:
java.io.Serializable

public class ServicesShutDownFailedException
extends NamespaceException

Services shut down failed.

Version:
$Revision: 1.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
ServicesShutDownFailedException()
          Constructor.
 
Methods inherited from class org.apache.slide.common.NamespaceException
addException, isEmpty, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServicesShutDownFailedException

public ServicesShutDownFailedException()
Constructor.