public class AppointmentBookingException extends RuntimeException
| Constructor and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
EAppointmentBookingError | 
getBookingError()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AppointmentBookingException()
public AppointmentBookingException(EAppointmentBookingError bookingError)
public AppointmentBookingException(String message)
public AppointmentBookingException(EAppointmentBookingError bookingError, String message)
public AppointmentBookingException(Throwable cause)
public AppointmentBookingException(EAppointmentBookingError bookingError, Throwable cause)
public AppointmentBookingException(EAppointmentBookingError bookingError, String message, Throwable cause)
public EAppointmentBookingError getBookingError()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.