Class ExceptionEvent

All Implemented Interfaces:
Serializable

public class ExceptionEvent extends RepositoryEvent
An event to encapsulate an exception occurring anywhere within the REST exporter.
Author:
Jon Brisbin
See Also:
  • Constructor Details

    • ExceptionEvent

      public ExceptionEvent(Throwable t)
  • Method Details

    • getException

      public Throwable getException()
      Get the source of this exception event.
      Returns:
      The Throwable that is the source of this exception event.