Class MultiMapException

  • All Implemented Interfaces:
    Serializable

    public class MultiMapException
    extends RuntimeException
    Exception thrown when a MultiMap problem occurs. As this class is a runtime exception, there is no need for user code to catch it or subclasses if any error is to be considered fatal (the usual case).
    See Also:
    Serialized Form
    • Constructor Detail

      • MultiMapException

        public MultiMapException​(String message)
        Constructor.
        Parameters:
        message - message
      • MultiMapException

        public MultiMapException​(String message,
                                 Throwable cause)
        Constructor.
        Parameters:
        message - message
        cause - cause