public final class MIGenericException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
int |
code
Execution result code
|
| Constructor and Description |
|---|
MIGenericException()
A default constructor
|
MIGenericException(int code,
java.lang.String message)
Creates a
MIGenericException object given a result code and description. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string representation of the object
|
public MIGenericException()
public MIGenericException(int code,
java.lang.String message)
MIGenericException object given a result code and description.code - - An execution resultmessage - - The description of the result