Creates a new instance of ManagementException with the specified
message and cause.
Parameters: aMessage - String describing this exception. Parameters: aCause - Throwable which represents an underlying problem(or null).
Creates a new instance of ManagementException with the specified cause.
Parameters: aCause - Throwable which represents an underlying problem(or null).