Class ErrorEvent

  • All Implemented Interfaces:
    Serializable

    public class ErrorEvent
    extends org.springframework.context.ApplicationEvent
    See Also:
    Serialized Form
    • Field Detail

      • message

        public final String message
    • Constructor Detail

      • ErrorEvent

        public ErrorEvent​(Object source,
                          String message)
        Create a new ApplicationEvent.
        Parameters:
        source - the object on which the event initially occurred or with which the event is associated (never null)
        message - error message (never null)