Class IllegalRawDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pcap4j.packet.IllegalRawDataException
- All Implemented Interfaces:
Serializable
- Since:
- pcap4j 0.9.11
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIllegalRawDataException(String message) IllegalRawDataException(String message, Throwable cause) IllegalRawDataException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IllegalRawDataException
public IllegalRawDataException() -
IllegalRawDataException
- Parameters:
message- message
-
IllegalRawDataException
-
IllegalRawDataException
- Parameters:
cause- cause
-