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
public class ServerAuthException extends GeneralSecurityException
- Version:
- $Rev: 4466 $ $Date: 2009-02-10 23:42:54 +0100 (Tue, 10 Feb 2009) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerAuthException()ServerAuthException(String s)ServerAuthException(String s, Throwable throwable)ServerAuthException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-