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
-
-
NO_DESTINATION
-
-
NO_ERROR_CODE_GIVEN
-
-
UNKNOWN_PROTOCOL
-
-
MMPDeliveryException()
-
-
MMPDeliveryException(int)
-
-
MMPDeliveryException(String)
-
-
errorToString(int)
-
-
getErrorCode()
-
NO_ERROR_CODE_GIVEN
public static final int NO_ERROR_CODE_GIVEN
CANNOT_DELIVER
public static final int CANNOT_DELIVER
NO_DESTINATION
public static final int NO_DESTINATION
UNKNOWN_PROTOCOL
public static final int UNKNOWN_PROTOCOL
MMPDeliveryException
public MMPDeliveryException()
MMPDeliveryException
public MMPDeliveryException(int errorCode)
MMPDeliveryException
public MMPDeliveryException(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