Package de.xima.fc.appointment
Class AppointmentIcalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.appointment.AppointmentIcalException
- All Implemented Interfaces:
Serializable
Exception thrown by the iCal query executor that creates calendars for appointments.
- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppointmentIcalException
(EAppointmentIcalError bookingError) AppointmentIcalException
(EAppointmentIcalError bookingError, String message) AppointmentIcalException
(EAppointmentIcalError bookingError, String message, Throwable cause) AppointmentIcalException
(EAppointmentIcalError bookingError, Throwable cause) AppointmentIcalException
(String message) AppointmentIcalException
(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
-
AppointmentIcalException
public AppointmentIcalException() -
AppointmentIcalException
-
AppointmentIcalException
-
AppointmentIcalException
-
AppointmentIcalException
-
AppointmentIcalException
-
AppointmentIcalException
-
AppointmentIcalException
public AppointmentIcalException(EAppointmentIcalError bookingError, String message, Throwable cause)
-
-
Method Details
-
getIcalError
-