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
public class ServerAuthException extends java.security.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(java.lang.String s)
ServerAuthException(java.lang.String s, java.lang.Throwable throwable)
ServerAuthException(java.lang.Throwable throwable)
-
-
-
Constructor Detail
-
ServerAuthException
public ServerAuthException()
-
ServerAuthException
public ServerAuthException(java.lang.String s)
-
ServerAuthException
public ServerAuthException(java.lang.String s, java.lang.Throwable throwable)
-
ServerAuthException
public ServerAuthException(java.lang.Throwable throwable)
-
-