Package

pl.newicom.dddd.aggregate

error

Permalink

package error

Visibility
  1. Public
  2. All

Type Members

  1. case class AggregateRootNotInitialized(caseName: String, id: EntityId, commandName: String, eventName: Option[String] = None) extends CommandRejected with Product with Serializable

    Permalink
  2. class CollaborationFailed extends CommandRejected

    Permalink
    Annotations
    @SerialVersionUID()
  3. case class CommandHandlerNotDefined(commandName: String) extends CommandRejected with Product with Serializable

    Permalink
  4. class CommandRejected extends RuntimeException

    Permalink
  5. class DomainException extends CommandRejected

    Permalink
  6. case class NoResponseReceived(timeout: FiniteDuration) extends CollaborationFailed with Product with Serializable

    Permalink
  7. case class QueryHandlerNotDefined(queryName: String) extends QueryRejected with Product with Serializable

    Permalink
  8. class QueryRejected extends RuntimeException

    Permalink
  9. case class StateTransitionNotDefined(commandName: String, eventName: String) extends CommandRejected with Product with Serializable

    Permalink
  10. case class UnexpectedResponseReceived(response: Any) extends CollaborationFailed with Product with Serializable

    Permalink

Value Members

  1. object AggregateRootNotInitialized extends Serializable

    Permalink
  2. object CommandHandlerNotDefined extends Serializable

    Permalink
  3. object QueryHandlerNotDefined extends Serializable

    Permalink
  4. object StateTransitionNotDefined extends Serializable

    Permalink

Ungrouped