jnetpcap.capture.file
Class UnsupportCapabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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 -