Class ErrorAdditionalInfo


  • public final class ErrorAdditionalInfo
    extends Object
    The resource management error additional info.
    • Constructor Detail

      • ErrorAdditionalInfo

        public ErrorAdditionalInfo()
    • Method Detail

      • type

        public String type()
        Get the type property: The additional info type.
        Returns:
        the type value.
      • info

        public Object info()
        Get the info property: The additional info.
        Returns:
        the info value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.