Class NexacroFirstRowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nexacro.uiadapter17.jakarta.dao.NexacroFirstRowException
- All Implemented Interfaces:
Serializable
DataAccess 데이터 분할 전송시 발생하는 예외를 의미한다.
- Since:
- 10.05.2015
- Version:
- 1.0
- Author:
- Park SeongMin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNexacroFirstRowException(String message) 메시지를 가지는 생성자이다.NexacroFirstRowException(String message, Throwable cause) 메시지와 원천(cause) 예외를 가지는 생성자이다. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NexacroFirstRowException
메시지를 가지는 생성자이다.- Parameters:
message- 메시지
-
NexacroFirstRowException
메시지와 원천(cause) 예외를 가지는 생성자이다.- Parameters:
message- 메시지cause- 원천 예외
-