Package csw.framework.exceptions
Class FailureRestart
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- csw.framework.exceptions.FailureRestart
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class FailureRestart extends java.lang.RuntimeException
Represents an exception that will cause the component to restart. The component’s state will be cleared/reinitialized and onInitialize handler will be invoked.param: message represents the description or cause of exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailureRestart(java.lang.String message)
-