SK.gnome.dwarf.http.auth
Class UnauthorizedException

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

public class UnauthorizedException
extends java.security.AccessControlException

This exception indicates an unauthorized access to the web resource.

See Also:
Serialized Form

Constructor Summary
UnauthorizedException(java.lang.String message)
          Constructs a new UnauthorizedException with the given message.
UnauthorizedException(java.lang.String message, java.security.Permission permission)
          Constructs a new UnauthorizedException with the given message and the permission that caused the exception.
 
Methods inherited from class java.security.AccessControlException
getPermission
 
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

UnauthorizedException

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

Parameters:
message - the detailed message

UnauthorizedException

public UnauthorizedException(java.lang.String message,
                             java.security.Permission permission)
Constructs a new UnauthorizedException with the given message and the permission that caused the exception.

Parameters:
message - the detailed message
permission - the causing permission


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