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 | +----glguerin.authkit.UnauthorizedCancellation
| Summary |
public class UnauthorizedCancellation
extends glguerin.authkit.UnauthorizedException
{
// Constructors 1
public UnauthorizedCancellation(String);
}
UnauthorizedCancellation is an UnauthorizedException thrown when authorize() or preauthorize() are intentionally cancelled by the user, as distinct from any other reason for rejection. This allows catch clauses to distinguish intentional failures from unintentional failures when they wish to.
The name of this class goes against the common naming convention for Exceptions. This is intentional.
See Also: Authorization
| Constructors |
· UnauthorizedCancellation | Summary | Top |
public UnauthorizedCancellation(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