All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class lava.net.mmp.MMPDeliveryException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----lava.net.mmp.MMPException
                                   |
                                   +----lava.net.mmp.MMPDeliveryException
  -  public class MMPDeliveryException
  -  extends MMPException
   
  -   CANNOT_DELIVER CANNOT_DELIVER
-  
  
-   NO_DESTINATION NO_DESTINATION
-  
  
-   NO_ERROR_CODE_GIVEN NO_ERROR_CODE_GIVEN
-  
  
-   UNKNOWN_PROTOCOL UNKNOWN_PROTOCOL
-  
   
  -   MMPDeliveryException() MMPDeliveryException()
-  
  
-   MMPDeliveryException(int) MMPDeliveryException(int)
-  
  
-   MMPDeliveryException(String) MMPDeliveryException(String)
-  
   
  -   errorToString(int) errorToString(int)
-  
  
-   getErrorCode() getErrorCode()
-  
   
 NO_ERROR_CODE_GIVEN
NO_ERROR_CODE_GIVEN
 public static final int NO_ERROR_CODE_GIVEN
 CANNOT_DELIVER
CANNOT_DELIVER
 public static final int CANNOT_DELIVER
 NO_DESTINATION
NO_DESTINATION
 public static final int NO_DESTINATION
 UNKNOWN_PROTOCOL
UNKNOWN_PROTOCOL
 public static final int UNKNOWN_PROTOCOL
   
 MMPDeliveryException
MMPDeliveryException
 public MMPDeliveryException()
 MMPDeliveryException
MMPDeliveryException
 public MMPDeliveryException(int errorCode)
 MMPDeliveryException
MMPDeliveryException
 public MMPDeliveryException(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