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