Class InstanceAlreadyExistsException

All Implemented Interfaces:
Serializable

public class InstanceAlreadyExistsException extends OperationsException
The MBean is already registered in the repository.
Since:
1.5
See Also:
  • Constructor Details

    • InstanceAlreadyExistsException

      public InstanceAlreadyExistsException()
      Default constructor.
    • InstanceAlreadyExistsException

      public InstanceAlreadyExistsException(String message)
      Constructor that allows a specific error message to be specified.
      Parameters:
      message - the detail message.