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
ConstructorsModifierConstructorDescriptionprotectedRentalReservationServiceException(String message) protectedRentalReservationServiceException(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
-