Class AppointmentBookingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.xima.fc.appointment.AppointmentBookingException
All Implemented Interfaces:
Serializable

public class AppointmentBookingException extends RuntimeException
Exception thrown by the appointment booking handler.
Since:
6.5.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • AppointmentBookingException

      public AppointmentBookingException()
    • AppointmentBookingException

      public AppointmentBookingException(EAppointmentBookingError bookingError)
    • AppointmentBookingException

      public AppointmentBookingException(String message)
    • AppointmentBookingException

      public AppointmentBookingException(EAppointmentBookingError bookingError, String message)
    • AppointmentBookingException

      public AppointmentBookingException(Throwable cause)
    • AppointmentBookingException

      public AppointmentBookingException(EAppointmentBookingError bookingError, Throwable cause)
    • AppointmentBookingException

      public AppointmentBookingException(String message, Throwable cause)
    • AppointmentBookingException

      public AppointmentBookingException(EAppointmentBookingError bookingError, String message, Throwable cause)
  • Method Details