IllegalAccessOwnerAggregateException

class IllegalAccessOwnerAggregateException(val aggregateId: AggregateId, errorMsg: String = "Illegal access to a owner aggregate[") : WowException, AggregateIdCapable

非法访问拥有者聚合根对象异常.

Constructors

Link copied to clipboard
constructor(aggregateId: AggregateId, errorMsg: String = "Illegal access to a owner aggregate[")

Properties

Link copied to clipboard
open override val aggregateId: AggregateId
Link copied to clipboard
open override val bindingErrors: List<BindingError>
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
override val errorCode: String
Link copied to clipboard
open override val errorMsg: String
Link copied to clipboard
open override val message: String
Link copied to clipboard
Link copied to clipboard
open val succeeded: Boolean

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun AggregateIdCapable.toGroupKey(parallelism: Int = DEFAULT_PARALLELISM): Int
Link copied to clipboard
fun Throwable.toResult(commandMessage: CommandMessage<*>, contextName: String = commandMessage.contextName, processorName: String, stage: CommandStage = CommandStage.SENT, result: Map<String, Any> = emptyMap()): CommandResult
Link copied to clipboard
fun Throwable.toWowException(errorCode: String = this.getErrorCode(), errorMsg: String = this.getErrorMsg()): WowException