javax.management
public class MalformedObjectNameException extends OperationsException
Since: 1.5
Constructor Summary | |
---|---|
MalformedObjectNameException()
Constructs a new MalformedObjectNameException . | |
MalformedObjectNameException(String message)
Constructs a new MalformedObjectNameException
with the specified message.
|
MalformedObjectNameException
.MalformedObjectNameException
with the specified message.
Parameters: message the error message to give to the user.