Class GlueUncategorizedSQLException

All Implemented Interfaces:
Serializable

public class GlueUncategorizedSQLException extends GlueDaoException
카테고리화 되지 못하는 일반적인 SQLException이 발생하면 던져지는 Exception 클래스.
See Also:
  • Constructor Details

    • GlueUncategorizedSQLException

      public GlueUncategorizedSQLException(String msg)
      생성자(constructor).
      Parameters:
      msg - 에러 메시지
    • GlueUncategorizedSQLException

      public GlueUncategorizedSQLException(String msg, Throwable cause)
      생성자(constructor).
      Parameters:
      msg - 에러 메시지
      cause - 원인이 되는 Exception