public class NoRowException extends BaseException
Constructor and Description |
---|
NoRowException()
The default constructor.
|
NoRowException(java.lang.String message)
Constructs an instance of this exception class.
|
NoRowException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of this exception class.
|
NoRowException(java.lang.Throwable cause)
Constructs an instance of this exception class.
|
Modifier and Type | Method and Description |
---|---|
int |
ordinal()
Returning id of exception to facilitate unmarshaling XML representation
back into Java object.
|
getXml
public NoRowException()
public NoRowException(java.lang.String message)
message
- The message string containing more information about the exception.public NoRowException(java.lang.Throwable cause)
cause
- The Exception class containing a snapshot of the execution stack of its
thread at the time it was created.public NoRowException(java.lang.String message, java.lang.Throwable cause)
message
- The message string containing more information about the exception.cause
- The Exception class containing a snapshot of the execution stack of its thread at the time it was created.public int ordinal()
ordinal
in class BaseException
int
.