Class UnableToRegisterMBeanException

All Implemented Interfaces:
Serializable

public class UnableToRegisterMBeanException extends MBeanExportException
Exception thrown when we are unable to register an MBean, for example because of a naming conflict.
Since:
2.0
Author:
Rob Harrop
See Also:
  • Constructor Details

    • UnableToRegisterMBeanException

      public UnableToRegisterMBeanException(String msg)
      Create a new UnableToRegisterMBeanException with the specified error message.
      Parameters:
      msg - the detail message
    • UnableToRegisterMBeanException

      public UnableToRegisterMBeanException(String msg, Throwable cause)
      Create a new UnableToRegisterMBeanException with the specified error message and root cause.
      Parameters:
      msg - the detail message
      cause - the root cause