public class IllegalSQLObjectViolation extends Object implements Violation
private int
errorCode
private String
message
sqlPart
IllegalSQLObjectViolation(int errorCode, String message, String sqlPart)
int
getErrorCode()
String
getMessage()
getSqlPart()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private final String message
private final String sqlPart
private final int errorCode
public IllegalSQLObjectViolation(int errorCode, String message, String sqlPart)
public String getSqlPart()
public String toString()
toString
Violation
Object
public String getMessage()
getMessage
public int getErrorCode()
getErrorCode
Copyright © 2013–2019 Alibaba Group. All rights reserved.