All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.mmp.MMPException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----lava.net.mmp.MMPException

public class MMPException
extends IOException

Variable Index

 o NO_ERROR_CODE_GIVEN

Constructor Index

 o MMPException()
 o MMPException(int)
 o MMPException(String)

Method Index

 o errorToString(int)
 o getErrorCode()

Variables

 o NO_ERROR_CODE_GIVEN
 public static final int NO_ERROR_CODE_GIVEN

Constructors

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

Methods

 o getErrorCode
 public int getErrorCode()
 o errorToString
 public static String errorToString(int errorCode)

All Packages  Class Hierarchy  This Package  Previous  Next  Index