MalformedObjectNameExceptionpublic class MalformedObjectNameException extends OperationsException The format of the string does not correspond to a valid ObjectName. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public MalformedObjectNameException()Default constructor.
super();
| public MalformedObjectNameException(String message)Constructor that allows a specific error message to be specified.
super(message);
|
|