类 LoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.walker.infrastructure.core.NestedCheckedException
com.walker.infrastructure.ApplicationException
com.iplatform.base.exception.LoginException
- 所有已实现的接口:
Serializable
public class LoginException
extends com.walker.infrastructure.ApplicationException
登录异常提示定义。
目前移动端需要使用,PC端也可重用该对象。
- 作者:
- 时克英
- 另请参阅:
-
构造器概要
构造器构造器说明LoginException(String msg) LoginException(String msg, Throwable caution) LoginException(String msg, Throwable caution, boolean userPhoneNotExist) -
方法概要
从类继承的方法 com.walker.infrastructure.ApplicationException
getCode从类继承的方法 com.walker.infrastructure.core.NestedCheckedException
contains, getMessage, getMostSpecificCause, getRootCause
-
构造器详细资料
-
LoginException
-
LoginException
-
LoginException
-
-
方法详细资料
-
isUserPhoneNotExist
public boolean isUserPhoneNotExist()用户手机号未找到。- 返回:
-