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
public class AppointmentBookingException extends RuntimeException
Exception thrown by the appointment booking handler.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppointmentBookingException()
AppointmentBookingException(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)
AppointmentBookingException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EAppointmentBookingError
getBookingError()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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(EAppointmentBookingError bookingError, String message, Throwable cause)
-
-
Method Detail
-
getBookingError
public EAppointmentBookingError getBookingError()
-
-