Class GenerationDataGroupExistsException

  • All Implemented Interfaces:
    Serializable

    public class GenerationDataGroupExistsException
    extends HostResourceException
    GenerationDataGroupExistsException is a checked exception thrown when an an attempt to define a generation data group fails because the generation data group (or a like-named dataset) already exists.
    Since:
    2.1.0
    Version:
    2.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • GenerationDataGroupExistsException

        public GenerationDataGroupExistsException​(String message,
                                                  String localizedMessage,
                                                  String generationDataGroupName)
        Constructs a new generation data group exists exception with the specified detail messages. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
        Parameters:
        message - the non-localized detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        localizedMessage - the localized description (which is saved for later retrieval by the TopazAPIException.getLocalizedMessage() method). (A null value is permitted, in which case getLocalizedMessage() will return the non-localized detail message.)
        generationDataGroupName - the generation data group name
        Since:
        2.1.0