Class NotFoundIdGeneratorException

All Implemented Interfaces:
Serializable

public class NotFoundIdGeneratorException extends CosIdException
Exception thrown when an ID generator is not found.
See Also:
  • Constructor Details

    • NotFoundIdGeneratorException

      public NotFoundIdGeneratorException(String generatorName)
      Creates a new exception.
      Parameters:
      generatorName - the name of the generator that was not found
  • Method Details

    • getGeneratorName

      public String getGeneratorName()
      Gets the generator name that was not found.
      Returns:
      the generator name