Package org.eclipse.jetty.server
Class Authentication.Failed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.servlet.ServletException
-
- org.eclipse.jetty.server.QuietServletException
-
- org.eclipse.jetty.server.Authentication.Failed
-
- All Implemented Interfaces:
Serializable,org.eclipse.jetty.io.QuietException
- Enclosing interface:
- Authentication
public static class Authentication.Failed extends QuietServletException
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class javax.servlet.ServletException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Failed
public Failed(String message)
-
-