Class NexacroFirstRowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nexacro.uiadapter.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:
  • Constructor Details

    • NexacroFirstRowException

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

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