public class

InstanceAlreadyExistsException

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

Class Overview

The MBean is already registered in the repository.

Summary

Public Constructors
InstanceAlreadyExistsException()
Default constructor.
InstanceAlreadyExistsException(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 InstanceAlreadyExistsException ()

Default constructor.

public InstanceAlreadyExistsException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message the detail message.