Package org.fuin.ddd4j.ddd
Class AggregateNotFoundException.Data
- java.lang.Object
-
- org.fuin.ddd4j.ddd.AggregateNotFoundException.Data
-
- All Implemented Interfaces:
Serializable,org.fuin.objects4j.common.ToExceptionCapable<AggregateNotFoundException>,org.fuin.objects4j.vo.ValueObject
- Enclosing class:
- AggregateNotFoundException
public static final class AggregateNotFoundException.Data extends Object implements Serializable, org.fuin.objects4j.vo.ValueObject, org.fuin.objects4j.common.ToExceptionCapable<AggregateNotFoundException>
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()AggregateNotFoundExceptiontoException()StringtoString()
-
-
-
Method Detail
-
toException
public AggregateNotFoundException toException()
- Specified by:
toExceptionin interfaceorg.fuin.objects4j.common.ToExceptionCapable<AggregateNotFoundException>
-
-