org.kwis.msp.db
Class DataBaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.kwis.msp.db.DataBaseException

public class DataBaseException
extends Exception

데이터베이스와 관련된 일반적인 예외 상황에서 발생합니다.


Constructor Summary
DataBaseException()
          새 DataBaseException 인스턴스를 생성합니다.
DataBaseException(String message)
          새 DataBaseException 인스턴스를 메시지와 함께 생성합니다.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataBaseException

public DataBaseException(String message)
DataBaseException 인스턴스를 메시지와 함께 생성합니다.
Parameters:
message - 예외에 대한 자세한 메시지.

DataBaseException

public DataBaseException()
DataBaseException 인스턴스를 생성합니다.


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com