Exceptions
Class NoMorePacketsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
Exceptions.NoMorePacketsException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoMorePacketsException
- 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 |
NoMorePacketsException
public NoMorePacketsException()
- Creates a new instance of
NoMorePacketsException
without detail message.
NoMorePacketsException
public NoMorePacketsException(java.lang.String msg)
- Constructs an instance of
NoMorePacketsException
with the specified detail message.