public class SQLErrorResponse extends SQLResponse
JBaseSerializable.TYPE
statementId
Constructor and Description |
---|
SQLErrorResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Methods for non SQL code that expects a message and status.
|
SQLError |
getSQLError() |
int |
getStatus() |
int |
getType() |
int |
getVersion() |
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version) |
getStatementId
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public SQLError getSQLError()
public java.lang.String getMessage()
public int getStatus()
public int getType()
public int getVersion()