Class MetadataInvalidUpdateException

All Implemented Interfaces:
Serializable

public class MetadataInvalidUpdateException extends MetaDataExecutionException
MetadataInvalidUpdateException update failed in update operation in metatada
See Also:
  • Constructor Details

    • MetadataInvalidUpdateException

      public MetadataInvalidUpdateException(String message)
      Constructor
      Parameters:
      message - to associate with the exception
    • MetadataInvalidUpdateException

      public MetadataInvalidUpdateException(Throwable cause)
      Constructor
      Parameters:
      cause - to associate with the exception
    • MetadataInvalidUpdateException

      public MetadataInvalidUpdateException(String message, Throwable cause)
      Constructor
      Parameters:
      message - message to associate with the exception
      cause - to associate with the exception