Package ejava.examples.txhotel.bl
Class ReservationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ejava.examples.txhotel.bl.HotelReservationException
-
- ejava.examples.txhotel.bl.ReservationNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ReservationNotFoundException extends HotelReservationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReservationNotFoundException()
ReservationNotFoundException(String msg)
ReservationNotFoundException(String msg, Throwable ex)
ReservationNotFoundException(Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-