com.seeyon.ctp.login
类 LoginAuthenticationException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 com.seeyon.ctp.login.LoginAuthenticationException
所有已实现的接口:
java.io.Serializable

public class LoginAuthenticationException
extends java.lang.Exception

Title: T1开发框架

Description: 登录验证异常。

Copyright: Copyright (c) 2012

Company: seeyon.com

从以下版本开始:
CTP2.0
另请参见:
序列化表格

构造方法摘要
LoginAuthenticationException(com.seeyon.ctp.common.constants.LoginResult loginReslut)
           
 
方法摘要
 com.seeyon.ctp.common.constants.LoginResult getLoginReslut()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

LoginAuthenticationException

public LoginAuthenticationException(com.seeyon.ctp.common.constants.LoginResult loginReslut)
方法详细信息

getLoginReslut

public com.seeyon.ctp.common.constants.LoginResult getLoginReslut()