Package org.castor.cpa.jpa.info
Class GeneratorNameAlreadyUsedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.castor.cpa.jpa.info.GeneratorNameAlreadyUsedException
-
- All Implemented Interfaces:
java.io.Serializable
public class GeneratorNameAlreadyUsedException extends java.lang.Exception
Signals that a key generator name is used more than once.- Since:
- 1.3.2
- Author:
- Werner Guttmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratorNameAlreadyUsedException()
Creates an instance of this exception.GeneratorNameAlreadyUsedException(java.lang.String message)
Creates an instance of this exception.
-
-
-
Constructor Detail
-
GeneratorNameAlreadyUsedException
public GeneratorNameAlreadyUsedException()
Creates an instance of this exception.
-
GeneratorNameAlreadyUsedException
public GeneratorNameAlreadyUsedException(java.lang.String message)
Creates an instance of this exception.- Parameters:
message
- The actual error message.
-
-