|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--reservations.ReservationException
|
+--reservations.ReservationRequestException
Thrown to indicate a problem with ReservationRequests.
| Constructor Summary | |
ReservationRequestException()
Constructs a ReservationRequestException with no message string. |
|
ReservationRequestException(java.lang.String message)
Constructs a ReservationRequestException with the specified message string. |
|
ReservationRequestException(java.lang.String message,
java.lang.Exception e)
Constructs a ReservationRequestException with the specified message string and encapsulating some other Exception. |
|
| Methods inherited from class reservations.ReservationException |
toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ReservationRequestException()
public ReservationRequestException(java.lang.String message)
public ReservationRequestException(java.lang.String message,
java.lang.Exception e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||