Index

D N P U V 
All Classes and Interfaces|All Packages|Serialized Form

D

DataIntegrityViolationException - Exception Class in uk.co.jasonmarston.kiunzi.utility.domain.exception
Exception thrown when a persistence operation fails due to a data integrity constraint.
DataIntegrityViolationException(String) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.DataIntegrityViolationException
Constructs a DataIntegrityViolationException with the given detail message.
DataIntegrityViolationException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.DataIntegrityViolationException
Constructs a DataIntegrityViolationException with the given detail message and cause.
DomainException - Exception Class in uk.co.jasonmarston.kiunzi.utility.domain.exception
Base class for all domain-layer exceptions.
DomainValidationException - Exception Class in uk.co.jasonmarston.kiunzi.utility.domain.exception
Exception thrown when input data violates domain-layer validation rules.
DomainValidationException(String) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.DomainValidationException
Constructs a DomainValidationException with the given detail message.
DomainValidationException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.DomainValidationException
Constructs a DomainValidationException with the given detail message and cause.

N

NotFoundException - Exception Class in uk.co.jasonmarston.kiunzi.utility.domain.exception
Exception thrown when a requested resource cannot be found in the system.
NotFoundException(String) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.NotFoundException
Constructs a NotFoundException with the given detail message.
NotFoundException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.NotFoundException
Constructs a NotFoundException with the given detail message and cause.

P

PersistenceException - Exception Class in uk.co.jasonmarston.kiunzi.utility.domain.exception
Exception thrown when a persistence operation cannot be completed.
PersistenceException(String) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.PersistenceException
Constructs a PersistenceException with the given detail message.
PersistenceException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.PersistenceException
Constructs a PersistenceException with the given detail message and cause.

U

uk.co.jasonmarston.kiunzi.utility.domain.exception - package uk.co.jasonmarston.kiunzi.utility.domain.exception
Provides domain-layer exception types.
utility.domain.exception - module utility.domain.exception
Defines core domain exceptions.

V

VersionMismatchException - Exception Class in uk.co.jasonmarston.kiunzi.utility.domain.exception
Exception thrown when an optimistic locking conflict is detected.
VersionMismatchException(String) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.VersionMismatchException
Constructs a VersionMismatchException with the given detail message.
VersionMismatchException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.VersionMismatchException
Constructs a VersionMismatchException with the given detail message and cause.
D N P U V 
All Classes and Interfaces|All Packages|Serialized Form