Packages

p

csw.event.api

exceptions

package exceptions

Type Members

  1. case class EventServerNotAvailable(cause: Throwable) extends RuntimeException with Product with Serializable

    An exception representing unavailability of underlying server in case of publishing or subscribing

    An exception representing unavailability of underlying server in case of publishing or subscribing

    cause

    Underlying exception to determine cause of server unavailability

  2. case class PublishFailure(event: Event, cause: Throwable) extends RuntimeException with Product with Serializable

    An exception representing any failure while publishing an Event

    An exception representing any failure while publishing an Event

    event

    The csw.params.events.Event for which publishing failed

    cause

    Underlying cause of failure in publishing

Ungrouped