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
public class AppointmentIcalException extends Exception
Exception thrown by the iCal query executor that creates calendars for appointments.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppointmentIcalException()
AppointmentIcalException(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)
AppointmentIcalException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EAppointmentIcalError
getIcalError()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AppointmentIcalException
public AppointmentIcalException()
-
AppointmentIcalException
public AppointmentIcalException(EAppointmentIcalError bookingError)
-
AppointmentIcalException
public AppointmentIcalException(String message)
-
AppointmentIcalException
public AppointmentIcalException(EAppointmentIcalError bookingError, String message)
-
AppointmentIcalException
public AppointmentIcalException(Throwable cause)
-
AppointmentIcalException
public AppointmentIcalException(EAppointmentIcalError bookingError, Throwable cause)
-
AppointmentIcalException
public AppointmentIcalException(EAppointmentIcalError bookingError, String message, Throwable cause)
-
-
Method Detail
-
getIcalError
public EAppointmentIcalError getIcalError()
-
-