com.nexacro.uiadapter17.spring.dao
Class NexacroFirstRowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NexacroFirstRowException
public NexacroFirstRowException(String message)
- 메시지를 가지는 생성자이다.
- Parameters:
message - 메시지
NexacroFirstRowException
public NexacroFirstRowException(String message,
Throwable cause)
- 메시지와 원천(cause) 예외를 가지는 생성자이다.
- Parameters:
message - 메시지cause - 원천 예외
Copyright © 2018. All rights reserved.