jnetpcap.capture.file
Class UnsupportCapabilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jnetpcap.capture.file.UnsupportCapabilityException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportCapabilityException
extends java.lang.Exception

Thrown when a particular feature or capability is requested of a capture file and it is not supported. You must first check for the supported capabilities a particular capture file has before trying to utilize a particular unsupported feature.

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

Constructor Summary
UnsupportCapabilityException()
           
UnsupportCapabilityException(java.lang.String message)
           
UnsupportCapabilityException(java.lang.String message, java.lang.Throwable cause)
           
UnsupportCapabilityException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportCapabilityException

public UnsupportCapabilityException()

UnsupportCapabilityException

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

UnsupportCapabilityException

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

UnsupportCapabilityException

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