Class DatasetExistsException

All Implemented Interfaces:
Serializable

public class DatasetExistsException extends StoreException
Thrown to terminate a request to create a dataset that already exists.
See Also:
  • Constructor Details

    • DatasetExistsException

      public DatasetExistsException(Throwable cause)
    • DatasetExistsException

      public DatasetExistsException(String message)
    • DatasetExistsException

      public DatasetExistsException(String message, Throwable cause)