Class RentalReservationServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.extact.rms.application.exception.RentalReservationServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BusinessFlowException
,RmsSystemException
RMSで捕捉、送出した
BusinessFlowException
とRmsSystemException
を共通的に
ハンドルするための基底例外クラス- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RentalReservationServiceException
(String message) protected
RentalReservationServiceException
(String message, Throwable cause) protected
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RentalReservationServiceException
-
RentalReservationServiceException
-
RentalReservationServiceException
-