Package org.eclipse.jetty.security
Class ServerAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.eclipse.jetty.security.ServerAuthException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2021-05-27") public class ServerAuthException extends java.security.GeneralSecurityException
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerAuthException()
Deprecated.ServerAuthException(java.lang.String s)
Deprecated.ServerAuthException(java.lang.String s, java.lang.Throwable throwable)
Deprecated.ServerAuthException(java.lang.Throwable throwable)
Deprecated.
-
-
-
Constructor Detail
-
ServerAuthException
public ServerAuthException()
Deprecated.
-
ServerAuthException
public ServerAuthException(java.lang.String s)
Deprecated.
-
ServerAuthException
public ServerAuthException(java.lang.String s, java.lang.Throwable throwable)
Deprecated.
-
ServerAuthException
public ServerAuthException(java.lang.Throwable throwable)
Deprecated.
-
-