Uses of Class
com.cloudimpl.outstack.runtime.domainspec.DomainEventException.ErrorCode
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime.domainspec |
-
Uses of DomainEventException.ErrorCode in com.cloudimpl.outstack.runtime.domainspec
Methods in com.cloudimpl.outstack.runtime.domainspec that return DomainEventException.ErrorCode Modifier and Type Method Description DomainEventException.ErrorCodeDomainEventException. getErrCode()static DomainEventException.ErrorCodeDomainEventException.ErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DomainEventException.ErrorCode[]DomainEventException.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.cloudimpl.outstack.runtime.domainspec with parameters of type DomainEventException.ErrorCode Constructor Description DomainEventException(DomainEventException.ErrorCode code, java.lang.String format, java.lang.Object... args)