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

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

public class NotEnoughSeatsException
extends java.lang.Exception

Thrown if there are not enought seats to reserve in a given flight.

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

Constructor Summary
NotEnoughSeatsException()
           
NotEnoughSeatsException(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

NotEnoughSeatsException

public NotEnoughSeatsException()

NotEnoughSeatsException

public NotEnoughSeatsException(java.lang.String message)