Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.