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

public abstract class RentalReservationServiceException extends RuntimeException
RMSで捕捉、送出したBusinessFlowExceptionRmsSystemExceptionを共通的に ハンドルするための基底例外クラス
See Also:
  • Constructor Details

    • RentalReservationServiceException

      protected RentalReservationServiceException(String message, Throwable cause)
    • RentalReservationServiceException

      protected RentalReservationServiceException(String message)
    • RentalReservationServiceException

      protected RentalReservationServiceException(Throwable cause)