All Packages Class Hierarchy This Package Previous Next Index
Class lava.net.mmp.MMPReceiverException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----lava.net.mmp.MMPException
|
+----lava.net.mmp.MMPReceiverException
- public class MMPReceiverException
- extends MMPException
-
CLOSED
-
-
MALFORMED_TARGET
-
-
NO_ERROR_CODE_GIVEN
-
-
PACKET_LOSS_COUNTER_DIFFERS
-
-
PACKET_LOSS_COUNTER_NOT_INITIALIZED
-
-
PACKET_LOSS_NO_INITIALIZE
-
-
UNKNOWN_LOCAL
-
-
UNTRUSTED_SOURCE
-
-
MMPReceiverException()
-
-
MMPReceiverException(int)
-
-
MMPReceiverException(String)
-
-
errorToString(int)
-
-
getErrorCode()
-
NO_ERROR_CODE_GIVEN
public static final int NO_ERROR_CODE_GIVEN
CLOSED
public static final int CLOSED
UNTRUSTED_SOURCE
public static final int UNTRUSTED_SOURCE
MALFORMED_TARGET
public static final int MALFORMED_TARGET
PACKET_LOSS_NO_INITIALIZE
public static final int PACKET_LOSS_NO_INITIALIZE
PACKET_LOSS_COUNTER_DIFFERS
public static final int PACKET_LOSS_COUNTER_DIFFERS
PACKET_LOSS_COUNTER_NOT_INITIALIZED
public static final int PACKET_LOSS_COUNTER_NOT_INITIALIZED
UNKNOWN_LOCAL
public static final int UNKNOWN_LOCAL
MMPReceiverException
public MMPReceiverException()
MMPReceiverException
public MMPReceiverException(int errorCode)
MMPReceiverException
public MMPReceiverException(String error)
getErrorCode
public int getErrorCode()
- Overrides:
- getErrorCode in class MMPException
errorToString
public static String errorToString(int errorCode)
All Packages Class Hierarchy This Package Previous Next Index