org.ccnx.ccn.profiles.security.access.AccessDeniedException Class Reference

A real AccessDeniedException doesn't appear in Java until 1.7. More...

Inherits java::io::IOException.

List of all members.

Public Member Functions

 AccessDeniedException (String message)
 AccessDeniedException (String message, Throwable cause)
 AccessDeniedException (Throwable cause)


Detailed Description

A real AccessDeniedException doesn't appear in Java until 1.7.

Till then, make our own. Even then so far it doesn't take sub-exceptions as constructor arguments.

Similarly, IOException doesn't take a Throwable as a constructor argument till 1.6. Until we move to 1.6, fake one out.


The documentation for this class was generated from the following file:

Generated on Thu Feb 16 00:45:04 2012 for Content-Centric Networking in Java by  doxygen 1.5.6