com.sun.j2ee.blueprints.smarticket.ejb.ticketsales
Class UnavailableSeatsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.j2ee.blueprints.smarticket.ejb.ticketsales.UnavailableSeatsException
All Implemented Interfaces:
java.io.Serializable

public class UnavailableSeatsException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UnavailableSeatsException()
           
UnavailableSeatsException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnavailableSeatsException

public UnavailableSeatsException()

UnavailableSeatsException

public UnavailableSeatsException(java.lang.String s)


Copyright © 2002 Sun Microsystems Inc. All rights reserved.