SK.gnome.dwarf.http.auth
Class SSLRequiredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended bySK.gnome.dwarf.http.auth.SSLRequiredException
All Implemented Interfaces:
java.io.Serializable

public class SSLRequiredException
extends java.lang.SecurityException

This exception indicates an access to the protected web resource via an insecure connection.

See Also:
Serialized Form

Constructor Summary
SSLRequiredException()
          Constructs a new SSLRequiredException.
SSLRequiredException(java.lang.String message)
          Constructs a new SSLRequiredException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLRequiredException

public SSLRequiredException()
Constructs a new SSLRequiredException.


SSLRequiredException

public SSLRequiredException(java.lang.String message)
Constructs a new SSLRequiredException with the given message.

Parameters:
message - the message


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.