Package com.alibaba.druid.wall.violation
Class IllegalSQLObjectViolation
- java.lang.Object
-
- com.alibaba.druid.wall.violation.IllegalSQLObjectViolation
-
-
Constructor Summary
Constructors Constructor Description IllegalSQLObjectViolation(int errorCode, String message, String sqlPart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()StringgetMessage()StringgetSqlPart()StringtoString()
-
-
-
Method Detail
-
getSqlPart
public String getSqlPart()
-
toString
public String toString()
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceViolation
-
getErrorCode
public int getErrorCode()
- Specified by:
getErrorCodein interfaceViolation
-
-