SMPException(int, String) constructor

Constructs a SMPException with specified error code and error message.

Syntax

public SMPException (
    int errorCode,
    String message
)

Parameters