Package com.altibase.document.exception
Class ClientKeyRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.altibase.document.exception.AltibaseRuntimeException
com.altibase.document.exception.AltibaseCollectionException
com.altibase.document.exception.ClientKeyRequiredException
- All Implemented Interfaces:
Serializable
CLIENT Key Generation 타입에서 필수 키 필드가 누락되었을 때 발생하는 예외.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.altibase.document.exception.AltibaseRuntimeException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientKeyRequiredException
생성자.- Parameters:
aKeyFieldName- 누락된 키 필드명
-
-
Method Details
-
getKeyFieldName
누락된 키 필드명을 반환한다.- Returns:
- 키 필드명
-