be.ac.ulg.montefiore.run.totem.domain.exception
Class LinkCapacityExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.ac.ulg.montefiore.run.totem.domain.exception.LinkCapacityExceededException
All Implemented Interfaces:
java.io.Serializable

public class LinkCapacityExceededException
extends java.lang.Exception

Exception thrown when the capacity of a link is exceeded (by addReservation)

Creation date: 25-Jan.-2005

Author:
Olivier Delcourt (delcourt@run.montefiore.ulg.ac.be)
See Also:
Serialized Form

Constructor Summary
LinkCapacityExceededException()
          Creates a LinkCapacityExceededException without details message
LinkCapacityExceededException(java.lang.String msg)
          Creates a LinkCapacityExceededException with the specified details 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

LinkCapacityExceededException

public LinkCapacityExceededException()
Creates a LinkCapacityExceededException without details message


LinkCapacityExceededException

public LinkCapacityExceededException(java.lang.String msg)
Creates a LinkCapacityExceededException with the specified details message

Parameters:
msg - the details message


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.