org.objectweb.jass.examples.travelagency.exceptions
Class NotEnoughRoomsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jass.examples.travelagency.exceptions.NotEnoughRoomsException
All Implemented Interfaces:
java.io.Serializable

public class NotEnoughRoomsException
extends java.lang.Exception

Thrown if there are not enough rooms to reserve in a given hotel.

Author:
fran Date: Feb 16, 2004 org.objectweb.jass.examples.travelagency.exceptionsNotEnoughRoomsException.java
See Also:
Serialized Form

Constructor Summary
NotEnoughRoomsException()
           
NotEnoughRoomsException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotEnoughRoomsException

public NotEnoughRoomsException()

NotEnoughRoomsException

public NotEnoughRoomsException(java.lang.String message)