org.eclipse.jetty.security
类 ServerAuthException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.security.GeneralSecurityException
              继承者 org.eclipse.jetty.security.ServerAuthException
所有已实现的接口:
Serializable

public class ServerAuthException
extends GeneralSecurityException

版本:
$Rev: 4466 $ $Date: 2009-02-10 23:42:54 +0100 (Tue, 10 Feb 2009) $
另请参见:
序列化表格

构造方法摘要
ServerAuthException()
           
ServerAuthException(String s)
           
ServerAuthException(String s, Throwable throwable)
           
ServerAuthException(Throwable throwable)
           
 
方法摘要
 
从类 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
 

构造方法详细信息

ServerAuthException

public ServerAuthException()

ServerAuthException

public ServerAuthException(String s)

ServerAuthException

public ServerAuthException(String s,
                           Throwable throwable)

ServerAuthException

public ServerAuthException(Throwable throwable)


Copyright © 2013. All Rights Reserved.