Index
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
DataIntegrityViolationExceptionwith the given detail message. - DataIntegrityViolationException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.DataIntegrityViolationException
-
Constructs a
DataIntegrityViolationExceptionwith 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
DomainValidationExceptionwith the given detail message. - DomainValidationException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.DomainValidationException
-
Constructs a
DomainValidationExceptionwith 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
NotFoundExceptionwith the given detail message. - NotFoundException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.NotFoundException
-
Constructs a
NotFoundExceptionwith 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
PersistenceExceptionwith the given detail message. - PersistenceException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.PersistenceException
-
Constructs a
PersistenceExceptionwith 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
VersionMismatchExceptionwith the given detail message. - VersionMismatchException(String, Throwable) - Constructor for exception class uk.co.jasonmarston.kiunzi.utility.domain.exception.VersionMismatchException
-
Constructs a
VersionMismatchExceptionwith the given detail message and cause.
All Classes and Interfaces|All Packages|Serialized Form