Package me.ahoo.cosid.accessor
Class IdTypeNotSupportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ahoo.cosid.CosIdException
me.ahoo.cosid.accessor.IdTypeNotSupportException
- All Implemented Interfaces:
Serializable
Exception thrown when an ID field type is not supported.
CosId only supports Long, Integer, and String ID types.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdTypeNotSupportException
Creates a new exception.- Parameters:
idField- the unsupported ID field
-
-
Method Details
-
getIdField
Gets the unsupported ID field.- Returns:
- the field
-