Class UnrecognizedUsageParametersInterfaceTypeException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognizedUsageParametersInterfaceTypeException
    extends Exception

    This exception is thrown by a UsageMBean when an attempt is made to refer to an usage parameters interface type that does not exist.

    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecognizedUsageParametersInterfaceTypeException

        public UnrecognizedUsageParametersInterfaceTypeException()

        Create an UnrecognizedUsageParametersInterfaceTypeException with no detail message.

      • UnrecognizedUsageParametersInterfaceTypeException

        public UnrecognizedUsageParametersInterfaceTypeException​(String message)

        Create an UnrecognizedUsageParametersInterfaceTypeException with a detail message.

        Parameters:
        message - the detail message.