Package org.fuin.ddd4j.ddd
Class AggregateVersionNotFoundException.Data
- java.lang.Object
-
- org.fuin.ddd4j.ddd.AggregateVersionNotFoundException.Data
-
- All Implemented Interfaces:
Serializable,org.fuin.objects4j.common.ToExceptionCapable<AggregateVersionNotFoundException>,org.fuin.objects4j.vo.ValueObject
- Enclosing class:
- AggregateVersionNotFoundException
public static final class AggregateVersionNotFoundException.Data extends Object implements Serializable, org.fuin.objects4j.vo.ValueObject, org.fuin.objects4j.common.ToExceptionCapable<AggregateVersionNotFoundException>
Specific exception data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedData()Constructor only for marshalling/unmarshalling.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()AggregateVersionNotFoundExceptiontoException()StringtoString()
-
-
-
Method Detail
-
toException
public AggregateVersionNotFoundException toException()
- Specified by:
toExceptionin interfaceorg.fuin.objects4j.common.ToExceptionCapable<AggregateVersionNotFoundException>
-
-