Package me.ahoo.cosid.provider
Class NotFoundIdGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ahoo.cosid.CosIdException
me.ahoo.cosid.provider.NotFoundIdGeneratorException
- All Implemented Interfaces:
Serializable
Exception thrown when an ID generator is not found.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the generator name that was not found.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundIdGeneratorException
Creates a new exception.- Parameters:
generatorName- the name of the generator that was not found
-
-
Method Details
-
getGeneratorName
Gets the generator name that was not found.- Returns:
- the generator name
-