Package de.xima.fc.appointment
Class AppointmentBookingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.xima.fc.appointment.AppointmentBookingException
- All Implemented Interfaces:
Serializable
Exception thrown by the appointment booking handler.
- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppointmentBookingException
(EAppointmentBookingError bookingError) AppointmentBookingException
(EAppointmentBookingError bookingError, String message) AppointmentBookingException
(EAppointmentBookingError bookingError, String message, Throwable cause) AppointmentBookingException
(EAppointmentBookingError bookingError, Throwable cause) AppointmentBookingException
(String message) AppointmentBookingException
(String message, 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
-
AppointmentBookingException
public AppointmentBookingException() -
AppointmentBookingException
-
AppointmentBookingException
-
AppointmentBookingException
-
AppointmentBookingException
-
AppointmentBookingException
-
AppointmentBookingException
-
AppointmentBookingException
public AppointmentBookingException(EAppointmentBookingError bookingError, String message, Throwable cause)
-
-
Method Details
-
getBookingError
-