com.poscoict.glueframework.dao
Class GlueDataAccessResourceFailureException
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.GlueDataAccessResourceFailureException
- All Implemented Interfaces:
- Serializable
public class GlueDataAccessResourceFailureException
- extends GlueDaoException
데이타 베이스와 같은 자원에 연결시 에러가 발생되면 던져지는 Exception 클래스.
- See Also:
- Serialized Form
GlueDataAccessResourceFailureException
public GlueDataAccessResourceFailureException(String msg)
- 생성자(constructor).
- Parameters:
msg
- 에러 메시지
GlueDataAccessResourceFailureException
public GlueDataAccessResourceFailureException(String msg,
Throwable cause)
- 생성자(constructor).
- Parameters:
cause
- 원인이 되는 Exceptionmsg
- 에러 메시지
Copyright © 2013–2016 POSCO ICT. All rights reserved.