com.nexacro.uiadapter17.spring.dao
Class NexacroFirstRowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.nexacro.uiadapter17.spring.dao.NexacroFirstRowException
All Implemented Interfaces:
Serializable

public class NexacroFirstRowException
extends RuntimeException

DataAccess 데이터 분할 전송시 발생하는 예외를 의미한다.

Since:
10.05.2015
Version:
1.0
Author:
Park SeongMin
See Also:
Serialized Form

Constructor Summary
NexacroFirstRowException(String message)
          메시지를 가지는 생성자이다.
NexacroFirstRowException(String message, Throwable cause)
          메시지와 원천(cause) 예외를 가지는 생성자이다.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NexacroFirstRowException

public NexacroFirstRowException(String message)
메시지를 가지는 생성자이다.

Parameters:
message - 메시지

NexacroFirstRowException

public NexacroFirstRowException(String message,
                                Throwable cause)
메시지와 원천(cause) 예외를 가지는 생성자이다.

Parameters:
message - 메시지
cause - 원천 예외


Copyright © 2018. All rights reserved.