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

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.ClassOfServiceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ClassOfServiceNotFoundException
extends DiffServConfigurationException

Thrown when a class of service is not defined.

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

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

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

ClassOfServiceNotFoundException

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


ClassOfServiceNotFoundException

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

Parameters:
msg - the detail message


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