Class GeneratorNameAlreadyUsedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.castor.cpa.jpa.info.GeneratorNameAlreadyUsedException
All Implemented Interfaces:
Serializable

public class GeneratorNameAlreadyUsedException extends Exception
Signals that a key generator name is used more than once.
Since:
1.3.2
Author:
Werner Guttmann
See Also:
  • Constructor Details

    • GeneratorNameAlreadyUsedException

      public GeneratorNameAlreadyUsedException()
      Creates an instance of this exception.
    • GeneratorNameAlreadyUsedException

      public GeneratorNameAlreadyUsedException(String message)
      Creates an instance of this exception.
      Parameters:
      message - The actual error message.