org.jnetstream.filter
Class FilterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jnetstream.capture.CaptureException
                  extended by org.jnetstream.filter.FilterException
                      extended by org.jnetstream.filter.FilterNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FilterNotFoundException
extends FilterException

Author:
Mark Bednarczyk, Sly Technologies, Inc.
See Also:
Serialized Form

Constructor Summary
FilterNotFoundException()
           
FilterNotFoundException(java.lang.String message)
           
FilterNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
FilterNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.jnetstream.capture.CaptureException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

FilterNotFoundException

public FilterNotFoundException()

FilterNotFoundException

public FilterNotFoundException(java.lang.String message)
Parameters:
message -

FilterNotFoundException

public FilterNotFoundException(java.lang.Throwable cause)
Parameters:
cause -

FilterNotFoundException

public FilterNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message -
cause -