Class FunctionMetadataException

    • Constructor Detail

      • FunctionMetadataException

        public FunctionMetadataException()
        No-arg constructor required by Externalizable semantics.
      • FunctionMetadataException

        public FunctionMetadataException​(String message)
        Construct an instance with the message specified.
        Parameters:
        message - A message describing the exception
      • FunctionMetadataException

        public FunctionMetadataException​(Throwable e,
                                         String message)
        Construct an instance from a message and an exception to chain to this one.
        Parameters:
        message - A message describing the exception
        e - An exception to nest within this one