org.jnetstream.filter.bpf
Class IllegalInstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jnetstream.capture.CaptureException
org.jnetstream.filter.FilterException
org.jnetstream.filter.bpf.IllegalInstructionException
- All Implemented Interfaces:
- java.io.Serializable
public class IllegalInstructionException
- extends FilterException
An illegal BPF byte-code instruction has been encountered.
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
- See Also:
- Serialized Form
| 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 |
IllegalInstructionException
public IllegalInstructionException()
IllegalInstructionException
public IllegalInstructionException(java.lang.String message)
- Parameters:
message -
IllegalInstructionException
public IllegalInstructionException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
IllegalInstructionException
public IllegalInstructionException(java.lang.Throwable cause)
- Parameters:
cause -