com.poscoict.glueframework.dao
Class GlueUncategorizedSQLException
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.GlueUncategorizedSQLException
- All Implemented Interfaces:
- Serializable
public class GlueUncategorizedSQLException
- extends GlueDaoException
카테고리화 되지 못하는 일반적인 SQLException이 발생하면 던져지는 Exception 클래스.
- See Also:
- Serialized Form
GlueUncategorizedSQLException
public GlueUncategorizedSQLException(String msg)
- 생성자(constructor).
- Parameters:
msg
- 에러 메시지
GlueUncategorizedSQLException
public GlueUncategorizedSQLException(String msg,
Throwable cause)
- 생성자(constructor).
- Parameters:
cause
- 원인이 되는 Exceptionmsg
- 에러 메시지
Copyright © 2013–2017 POSCO ICT. All rights reserved.