Class ActivitiEntityExceptionEventImpl

    • Field Detail

      • entity

        protected java.lang.Object entity
      • cause

        protected java.lang.Throwable cause
    • Constructor Detail

      • ActivitiEntityExceptionEventImpl

        public ActivitiEntityExceptionEventImpl​(java.lang.Object entity,
                                                ActivitiEventType type,
                                                java.lang.Throwable cause)
    • Method Detail

      • getEntity

        public java.lang.Object getEntity()
        Specified by:
        getEntity in interface ActivitiEntityEvent
        Returns:
        the entity that is targeted by this event.
      • getCause

        public java.lang.Throwable getCause()
        Specified by:
        getCause in interface ActivitiExceptionEvent
        Returns:
        the throwable that caused this event to be dispatched.