Class MetaDataAlreadyExistException

All Implemented Interfaces:
Serializable

public class MetaDataAlreadyExistException extends MetaDataException
MetaDataAlreadyExistException duplicate error
See Also:
  • Constructor Details

    • MetaDataAlreadyExistException

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

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

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