archive.exception
Class AlternativeFlightException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by archive.exception.AlternativeFlightException
All Implemented Interfaces:
java.io.Serializable

public class AlternativeFlightException
extends java.lang.Exception

Questa eccezione viene lanciata se il volo da cancellare ha delle prenotazioni

See Also:
Serialized Form

Constructor Summary
AlternativeFlightException()
          Creates a new instance of AlternativeFlightException without detail message.
AlternativeFlightException(java.lang.String msg)
          Constructs an instance of AlternativeFlightException with the specified detail message.
 
Method Summary
 
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

AlternativeFlightException

public AlternativeFlightException()
Creates a new instance of AlternativeFlightException without detail message.


AlternativeFlightException

public AlternativeFlightException(java.lang.String msg)
Constructs an instance of AlternativeFlightException with the specified detail message.

Parameters:
msg - the detail message.