public class ServerException extends Object
Constructor and Description |
---|
ServerException() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorText() |
int |
getException_detail() |
int |
getException_nr() |
void |
insertIntoByteBuffer(ByteBuffer buf) |
int |
lengthOfData() |
void |
setErrorText(String errorText) |
void |
setException_detail(int exception_detail) |
void |
setException_nr(int exception_nr) |
void |
setServerException(int exception_nr,
int exception_detail,
ErrorDescList errorDescList) |
void |
setServerException(int exception_nr,
int exception_detail,
SQLException ex) |
void |
setServerException(int exception_nr,
int exception_detail,
String errorText) |
public void setServerException(int exception_nr, int exception_detail, String errorText)
public void setServerException(int exception_nr, int exception_detail, ErrorDescList errorDescList)
public void setServerException(int exception_nr, int exception_detail, SQLException ex)
public void insertIntoByteBuffer(ByteBuffer buf) throws UnsupportedEncodingException
UnsupportedEncodingException
public int lengthOfData()
public void setErrorText(String errorText)
public void setException_nr(int exception_nr)
public void setException_detail(int exception_detail)
public String getErrorText()
public int getException_nr()
public int getException_detail()
Copyright © 2020. All rights reserved.