cn.remex.db.exception
类 RsqlExecuteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.remex.exception.NestedException
cn.remex.db.exception.RsqlException
cn.remex.db.exception.RsqlExecuteException
- 所有已实现的接口:
- Serializable
public class RsqlExecuteException
- extends RsqlException
- 另请参见:
- 序列化表格
| 从类 cn.remex.exception.NestedException 继承的方法 |
buildMessage, contains, getErrorCode, getMessage, getMostSpecificCause, getRootCause, setErrorCode |
RsqlExecuteException
public RsqlExecuteException(Class<?> ormBeanClass,
Long ormBeanObjectId,
String msg)
RsqlExecuteException
public RsqlExecuteException(Class<?> ormBeanClass,
String ormBeanObjectId,
String msg)
RsqlExecuteException
public RsqlExecuteException(String msg)
RsqlExecuteException
public RsqlExecuteException(String msg,
Throwable cause)
getOrmBeanClass
public Class<?> getOrmBeanClass()
getOrmBeanObjectId
public Long getOrmBeanObjectId()
Copyright © 2016. All rights reserved.