Class BadDataPathCardinalityException

    • Constructor Detail

      • BadDataPathCardinalityException

        public BadDataPathCardinalityException​(String message)
        Constructs a new bad data path cardinality exception with the specified detail message.
        Parameters:
        message - The detail message.
      • BadDataPathCardinalityException

        public BadDataPathCardinalityException​(String message,
                                               Throwable cause)
        Constructs a new bad data path cardinality exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause.
      • BadDataPathCardinalityException

        public BadDataPathCardinalityException​(Throwable cause)
        Constructs a new bad data path cardinality exception with the specified cause.
        Parameters:
        cause - The cause.