Package csw.framework.exceptions
Class FailureStop
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- csw.framework.exceptions.FailureStop
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class FailureStop extends java.lang.RuntimeException
Represents an exception that will cause the termination of component when thrown from any component code. The onShutdown handler will be invoked next to facilitate graceful shutdown.param: message represents the description or cause of exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailureStop(java.lang.String message)
-