Class MetaDataExecutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MetadataInvalidUpdateException

public class MetaDataExecutionException extends MetaDataException
MetaDataExecutionException database error
See Also:
  • Constructor Details

    • MetaDataExecutionException

      public MetaDataExecutionException(VitamError vitamError)
      Constructor
      Parameters:
      vitamError - vitamError to associate with the exception
    • MetaDataExecutionException

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

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

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