Package helma.framework
Class ApplicationStoppedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- helma.framework.ApplicationStoppedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ApplicationStoppedException extends java.lang.RuntimeException
This is thrown when a request is made to a stopped application- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationStoppedException()
Creates a new ApplicationStoppedException object.
-