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 CLOSED
-  
  
-   MALFORMED_TARGET MALFORMED_TARGET
-  
  
-   NO_ERROR_CODE_GIVEN NO_ERROR_CODE_GIVEN
-  
  
-   PACKET_LOSS_COUNTER_DIFFERS PACKET_LOSS_COUNTER_DIFFERS
-  
  
-   PACKET_LOSS_COUNTER_NOT_INITIALIZED PACKET_LOSS_COUNTER_NOT_INITIALIZED
-  
  
-   PACKET_LOSS_NO_INITIALIZE PACKET_LOSS_NO_INITIALIZE
-  
  
-   UNKNOWN_LOCAL UNKNOWN_LOCAL
-  
  
-   UNTRUSTED_SOURCE UNTRUSTED_SOURCE
-  
   
  -   MMPReceiverException() MMPReceiverException()
-  
  
-   MMPReceiverException(int) MMPReceiverException(int)
-  
  
-   MMPReceiverException(String) MMPReceiverException(String)
-  
   
  -   errorToString(int) errorToString(int)
-  
  
-   getErrorCode() getErrorCode()
-  
   
 NO_ERROR_CODE_GIVEN
NO_ERROR_CODE_GIVEN
 public static final int NO_ERROR_CODE_GIVEN
 CLOSED
CLOSED
 public static final int CLOSED
 UNTRUSTED_SOURCE
UNTRUSTED_SOURCE
 public static final int UNTRUSTED_SOURCE
 MALFORMED_TARGET
MALFORMED_TARGET
 public static final int MALFORMED_TARGET
 PACKET_LOSS_NO_INITIALIZE
PACKET_LOSS_NO_INITIALIZE
 public static final int PACKET_LOSS_NO_INITIALIZE
 PACKET_LOSS_COUNTER_DIFFERS
PACKET_LOSS_COUNTER_DIFFERS
 public static final int PACKET_LOSS_COUNTER_DIFFERS
 PACKET_LOSS_COUNTER_NOT_INITIALIZED
PACKET_LOSS_COUNTER_NOT_INITIALIZED
 public static final int PACKET_LOSS_COUNTER_NOT_INITIALIZED
 UNKNOWN_LOCAL
UNKNOWN_LOCAL
 public static final int UNKNOWN_LOCAL
   
 MMPReceiverException
MMPReceiverException
 public MMPReceiverException()
 MMPReceiverException
MMPReceiverException
 public MMPReceiverException(int errorCode)
 MMPReceiverException
MMPReceiverException
 public MMPReceiverException(String error)
   
 getErrorCode
getErrorCode
 public int getErrorCode()
  - 
    -  Overrides:
    
-  getErrorCode in class MMPException
  
 
 errorToString
errorToString
 public static String errorToString(int errorCode)
All Packages  Class Hierarchy  This Package  Previous  Next  Index