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

Variable Index

 o CLOSED
 o MALFORMED_TARGET
 o NO_ERROR_CODE_GIVEN
 o PACKET_LOSS_COUNTER_DIFFERS
 o PACKET_LOSS_COUNTER_NOT_INITIALIZED
 o PACKET_LOSS_NO_INITIALIZE
 o UNKNOWN_LOCAL
 o UNTRUSTED_SOURCE

Constructor Index

 o MMPReceiverException()
 o MMPReceiverException(int)
 o MMPReceiverException(String)

Method Index

 o errorToString(int)
 o getErrorCode()

Variables

 o NO_ERROR_CODE_GIVEN
 public static final int NO_ERROR_CODE_GIVEN
 o CLOSED
 public static final int CLOSED
 o UNTRUSTED_SOURCE
 public static final int UNTRUSTED_SOURCE
 o MALFORMED_TARGET
 public static final int MALFORMED_TARGET
 o PACKET_LOSS_NO_INITIALIZE
 public static final int PACKET_LOSS_NO_INITIALIZE
 o PACKET_LOSS_COUNTER_DIFFERS
 public static final int PACKET_LOSS_COUNTER_DIFFERS
 o PACKET_LOSS_COUNTER_NOT_INITIALIZED
 public static final int PACKET_LOSS_COUNTER_NOT_INITIALIZED
 o UNKNOWN_LOCAL
 public static final int UNKNOWN_LOCAL

Constructors

 o MMPReceiverException
 public MMPReceiverException()
 o MMPReceiverException
 public MMPReceiverException(int errorCode)
 o MMPReceiverException
 public MMPReceiverException(String error)

Methods

 o getErrorCode
 public int getErrorCode()
Overrides:
getErrorCode in class MMPException
 o errorToString
 public static String errorToString(int errorCode)

All Packages  Class Hierarchy  This Package  Previous  Next  Index