Class AdditionalInfo


  • public final class AdditionalInfo
    extends Object
    An instance of this class provides additional information about a ManagementError.
    • Constructor Detail

      • AdditionalInfo

        public AdditionalInfo​(String type,
                              Object info)
        Constructs a new AdditionalInfo object.
        Parameters:
        type - the type of addition info.
        info - the additional info.
    • Method Detail

      • getType

        public String getType()
        Gets the type of addition info.
        Returns:
        the type of addition info.
      • getInfo

        public Object getInfo()
        Gets the additional info.
        Returns:
        the additional info.