Class BusinessFlowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.extact.rms.application.exception.RentalReservationServiceException
io.extact.rms.application.exception.BusinessFlowException
- All Implemented Interfaces:
Serializable
データ重複、該当データなしなどのユーザが意識する業務フローレベルのエラーを表す例外
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBusinessFlowException
(BusinessFlowException.CauseType causeType, Throwable cause) BusinessFlowException
(String message, BusinessFlowException.CauseType causeType) BusinessFlowException
(String message, BusinessFlowException.CauseType causeType, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BusinessFlowException
public BusinessFlowException(String message, BusinessFlowException.CauseType causeType, Throwable cause) -
BusinessFlowException
-
BusinessFlowException
-
-
Method Details
-
getCauseType
-