Uses of Class
io.tech1.framework.domain.exceptions.ExceptionEntity
-
Packages that use ExceptionEntity Package Description io.tech1.framework.domain.exceptions -
-
Uses of ExceptionEntity in io.tech1.framework.domain.exceptions
Methods in io.tech1.framework.domain.exceptions that return ExceptionEntity Modifier and Type Method Description static ExceptionEntityExceptionEntity. of(ExceptionEntityType exceptionEntityType, String shortMessage, String fullMessage)static ExceptionEntityExceptionEntity. of(Exception exception)
-