archive.exception
Class DoubleRoomFullException

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

public class DoubleRoomFullException
extends java.lang.Exception

Questa eccezione viene lanciata quando si tenta la modifica offerta e le stanze doppie sono piene

See Also:
Serialized Form

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

DoubleRoomFullException

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


DoubleRoomFullException

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

Parameters:
msg - the detail message.