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:
Serializable
Signals that a key generator name is used more than once.
- Since:
- 1.3.2
- Author:
- Werner Guttmann
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of this exception.GeneratorNameAlreadyUsedException
(String message) Creates an instance of this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeneratorNameAlreadyUsedException
public GeneratorNameAlreadyUsedException()Creates an instance of this exception. -
GeneratorNameAlreadyUsedException
Creates an instance of this exception.- Parameters:
message
- The actual error message.
-