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

Variable Index

 o CANNOT_DELIVER
 o NO_DESTINATION
 o NO_ERROR_CODE_GIVEN
 o UNKNOWN_PROTOCOL

Constructor Index

 o MMPDeliveryException()
 o MMPDeliveryException(int)
 o MMPDeliveryException(String)

Method Index

 o errorToString(int)
 o getErrorCode()

Variables

 o NO_ERROR_CODE_GIVEN
 public static final int NO_ERROR_CODE_GIVEN
 o CANNOT_DELIVER
 public static final int CANNOT_DELIVER
 o NO_DESTINATION
 public static final int NO_DESTINATION
 o UNKNOWN_PROTOCOL
 public static final int UNKNOWN_PROTOCOL

Constructors

 o MMPDeliveryException
 public MMPDeliveryException()
 o MMPDeliveryException
 public MMPDeliveryException(int errorCode)
 o MMPDeliveryException
 public MMPDeliveryException(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