javax.management
Class InstanceAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.OperationsException
javax.management.InstanceAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class InstanceAlreadyExistsException
- extends OperationsException
Thrown when an attempt to register a bean is made, and
the bean is already registered.
- Since:
- 1.5
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InstanceAlreadyExistsException
public InstanceAlreadyExistsException()
- Constructs a new
InstanceAlreadyExistsException
.
InstanceAlreadyExistsException
public InstanceAlreadyExistsException(String message)
- Constructs a new
InstanceAlreadyExistsException
with the specified message.
- Parameters:
message
- the error message to give to the user.