rtpi.reliability
Class QosNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--rtpi.reliability.QosNotSupportedException

public class QosNotSupportedException
extends java.lang.Exception

This exception is thrown when a reliability service does not offer the requested quality of service.

See Also:
Serialized Form

Constructor Summary
QosNotSupportedException()
          Create a new QosNotSupportedException.
QosNotSupportedException(java.lang.String descr)
          Create a new QosNotSupportedException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QosNotSupportedException

public QosNotSupportedException(java.lang.String descr)
Create a new QosNotSupportedException.
Parameters:
The - reason why this exception is thrown.

QosNotSupportedException

public QosNotSupportedException()
Create a new QosNotSupportedException.