Class UnknownMetadataException

    • Constructor Detail

      • UnknownMetadataException

        public UnknownMetadataException​(String message)
        Deprecated.
        Constructs a new unknown metadata exception with the specified detail message.
        Parameters:
        message - The detail message.
      • UnknownMetadataException

        public UnknownMetadataException​(String message,
                                        Throwable cause)
        Deprecated.
        Constructs a new unknown metadata exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause.
      • UnknownMetadataException

        public UnknownMetadataException​(Throwable cause)
        Deprecated.
        Constructs a new unknown metadata exception with the specified cause.
        Parameters:
        cause - The cause.