LsPmgmtException Class
This class provides APIs to initialize and return the status code and status messages.
Constructor
| Syntax | Description |
| LsPmgmtException(int statusCode, String errorMessage) | Creates an object of the LsPmgmtException class that defines an error code and the corresponding error message. |
API
| Modifier and Type | API |
| int | getStatusCode() |
| string | getMessage() |
