public static class Types.MessageParameterCountMismatch extends Types.XenAPIException
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
expected |
java.lang.String |
method |
java.lang.String |
received |
errorDescription, shortDescription| Constructor and Description |
|---|
MessageParameterCountMismatch(java.lang.String method,
java.lang.String expected,
java.lang.String received)
Create a new MessageParameterCountMismatch
|
toString