public class NoMoreRowsException extends BaseException
Constructor and Description |
---|
NoMoreRowsException()
The default constructor.
|
NoMoreRowsException(java.lang.String arg0)
Constructs an instance of
NoMoreRowsException using the specified
argument string. |
NoMoreRowsException(java.lang.String arg0,
java.lang.Throwable arg1)
Constructs an instance of
NoMoreRowsException . |
NoMoreRowsException(java.lang.Throwable arg0)
Constructs an instance of
NoMoreRowsException . |
Modifier and Type | Method and Description |
---|---|
int |
ordinal()
Returns the ID of the exception to facilitate unmarshaling XML representation
back into Java object.
|
getXml
public NoMoreRowsException()
public NoMoreRowsException(java.lang.String arg0)
NoMoreRowsException
using the specified
argument string.arg0
- A string containing information about the exception.public NoMoreRowsException(java.lang.Throwable arg0)
NoMoreRowsException
.arg0
- An exception argument containing a snapshot of the execution stack of
its thread at the time it was created.public NoMoreRowsException(java.lang.String arg0, java.lang.Throwable arg1)
NoMoreRowsException
.arg0
- A string containing information about the exception.arg1
- An exception argument containing a snapshot of the execution stack of
its thread at the time it was created.public int ordinal()
ordinal
in class BaseException
int
.