All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.lang.SecurityException | +----glguerin.authkit.UnauthorizedException
| Summary |
public class UnauthorizedException
extends java.lang.SecurityException
{
// Constructors 1
public UnauthorizedException(String);
}
UnauthorizedException is a SecurityException thrown by Authorization implementations. All the usual instantiations will provide a message String, so there's little point in providing a no-args constructor.
See Also: Authorization
| Cross Reference |
| Constructors |
· UnauthorizedException | Summary | Top |
public UnauthorizedException(String message)
Construct with given message, which may be null.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7