com.poscoict.glueframework.dao
Class GlueDataIntegrityViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.poscoict.glueframework.GlueException
                  extended by com.poscoict.glueframework.dao.GlueDaoException
                      extended by com.poscoict.glueframework.dao.GlueDataIntegrityViolationException
All Implemented Interfaces:
Serializable

public class GlueDataIntegrityViolationException
extends GlueDaoException

데이타베이스에 insert or update 시 무결성 제약조건에 위배되는 경우 던져지는 Exception 클래스.

See Also:
Serialized Form

Constructor Summary
GlueDataIntegrityViolationException(String msg)
          생성자(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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlueDataIntegrityViolationException

public GlueDataIntegrityViolationException(String msg)
생성자(constructor).

Parameters:
msg - 에러 메시지

GlueDataIntegrityViolationException

public GlueDataIntegrityViolationException(String msg,
                                           Throwable cause)
생성자(constructor).

Parameters:
cause - 원인이 되는 Exception
msg - 에러 메시지


Copyright © 2013–2017 POSCO ICT. All rights reserved.