Class StartupFailEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.odpi.openmetadata.platformchassis.springboot.StartupFailEvent
- All Implemented Interfaces:
Serializable
public class StartupFailEvent
extends org.springframework.context.ApplicationEvent
Application event used for the case of startup list fails
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
StartupFailEvent
Constructor- Parameters:
source- sourcemessage- message
-
-
Method Details
-
getMessage
Return the message.- Returns:
- string
-