Exceptions
Class InvalidTcpdumpFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
Exceptions.InvalidTcpdumpFileException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidHeaderException
- public class InvalidTcpdumpFileException
- extends java.lang.Exception
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidTcpdumpFileException
public InvalidTcpdumpFileException()
- Creates a new instance of
TcpdumpFileException
without detail message.
InvalidTcpdumpFileException
public InvalidTcpdumpFileException(java.lang.String msg)
- Constructs an instance of
TcpdumpFileException
with the specified detail message.