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

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

public class ClassOfServiceAlreadyExistException
extends DiffServConfigurationException

Thrown when trying to add a class of service that is already present

Creation date: 23-Jan-2008 12:18:04

Author:
Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)
See Also:
Serialized Form

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

ClassOfServiceAlreadyExistException

public ClassOfServiceAlreadyExistException()
Creates a new ClassOfServiceAlreadyExistException without detail message.


ClassOfServiceAlreadyExistException

public ClassOfServiceAlreadyExistException(java.lang.String msg)
Constructs an ClassOfServiceAlreadyExistException with the specified detail message

Parameters:
msg - the detail message


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