net.mlw.gfw.ext.basic.exception
Class SeatTakenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.mlw.gfw.ext.basic.exception.SeatTakenException
All Implemented Interfaces:
java.io.Serializable

public class SeatTakenException
extends java.lang.RuntimeException

Version:
$Revision: 1.3 $ $Date: 2004/06/29 20:33:01 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Constructor Summary
SeatTakenException()
           
SeatTakenException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeatTakenException

public SeatTakenException()

SeatTakenException

public SeatTakenException(java.lang.String message)
Parameters:
message -


Copyright © 2003-2004 mlavilson. All Rights Reserved.