Class MethodAmbiguityException

  • All Implemented Interfaces:
    Serializable

    public class MethodAmbiguityException
    extends RuntimeException
    It is not possible to decide how to resolve a method invocation.
    Author:
    Federico Tomassetti
    See Also:
    Serialized Form
    • Constructor Detail

      • MethodAmbiguityException

        public MethodAmbiguityException​(String description)
        Create an instance from a description of the reason why there is ambiguity in this particular case.