Package com.poscoict.glueframework.dao
Class GlueDataIntegrityViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.poscoict.glueframework.GlueException
com.poscoict.glueframework.dao.GlueDaoException
com.poscoict.glueframework.dao.GlueDataIntegrityViolationException
- All Implemented Interfaces:
Serializable
데이타베이스에 insert or update 시 무결성 제약조건에 위배되는 경우 던져지는 Exception 클래스.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription생성자(constructor).GlueDataIntegrityViolationException
(String msg, Throwable cause) 생성자(constructor). -
Method Summary
Methods inherited from class com.poscoict.glueframework.dao.GlueDaoException
getErrorCode, getSql, setErrorCode, setSql
Methods inherited from class com.poscoict.glueframework.GlueException
getRootCause, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
GlueDataIntegrityViolationException
생성자(constructor).- Parameters:
msg
- 에러 메시지
-
GlueDataIntegrityViolationException
생성자(constructor).- Parameters:
msg
- 에러 메시지cause
- 원인이 되는 Exception
-