Index
B D G S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BusinessException - Exception in de.enterprise.spring.boot.common.exception
-
The business exception indicates that the arguments provided to a service did not fulfill its requirements.
- BusinessException(String, String) - Constructor for exception de.enterprise.spring.boot.common.exception.BusinessException
-
business logic failed.
- BusinessException(String, String, Throwable) - Constructor for exception de.enterprise.spring.boot.common.exception.BusinessException
-
business logic failed.
D
- de.enterprise.spring.boot.common.exception - package de.enterprise.spring.boot.common.exception
G
- getCode() - Method in exception de.enterprise.spring.boot.common.exception.BusinessException
- getCode() - Method in exception de.enterprise.spring.boot.common.exception.TechnicalException
- getDescription() - Method in exception de.enterprise.spring.boot.common.exception.BusinessException
- getDescription() - Method in exception de.enterprise.spring.boot.common.exception.TechnicalException
S
- serialVersionUID - Static variable in exception de.enterprise.spring.boot.common.exception.BusinessException
-
serial uid.
T
- TechnicalException - Exception in de.enterprise.spring.boot.common.exception
-
There was a technical problem that prevented the operation from completing.
- TechnicalException(String) - Constructor for exception de.enterprise.spring.boot.common.exception.TechnicalException
- TechnicalException(String, String) - Constructor for exception de.enterprise.spring.boot.common.exception.TechnicalException
- TechnicalException(String, String, Throwable) - Constructor for exception de.enterprise.spring.boot.common.exception.TechnicalException
-
message and cause.
- TechnicalException(String, Throwable) - Constructor for exception de.enterprise.spring.boot.common.exception.TechnicalException
All Classes All Packages