public class

MalformedObjectNameException

extends OperationsException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.JMException
         ↳ javax.management.OperationsException
           ↳ javax.management.MalformedObjectNameException

Class Overview

The format of the string does not correspond to a valid ObjectName.

Summary

Public Constructors
MalformedObjectNameException()
Default constructor.
MalformedObjectNameException(String message)
Constructor that allows a specific error message to be specified.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MalformedObjectNameException ()

Default constructor.

public MalformedObjectNameException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message the detail message.