org.davic.mpeg.sections
Class FilterResourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.mpeg.sections.SectionFilterException
              extended byorg.davic.mpeg.sections.FilterResourceException
All Implemented Interfaces:
java.io.Serializable

public class FilterResourceException
extends SectionFilterException

Signals that inadequate resources are available to support the requested operation when a SectionFilterGroup is in the connected or disconnected states.

Version:
Updated to DAVIC 1.3.1
See Also:
Serialized Form

Constructor Summary
FilterResourceException()
          Constructs a resource Exception.
FilterResourceException(java.lang.String s)
          Constructs a FilterResourceException with the specified detail message
 
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

FilterResourceException

public FilterResourceException()
Constructs a resource Exception.


FilterResourceException

public FilterResourceException(java.lang.String s)
Constructs a FilterResourceException with the specified detail message

Parameters:
s - the detail message