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:
Serializable
@Deprecated(since="2021-05-27") public class ServerAuthException extends 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(String s)
Deprecated.ServerAuthException(String s, Throwable throwable)
Deprecated.ServerAuthException(Throwable throwable)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-