Class AccessDeniedException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- java.lang.SecurityException
- 
- org.apache.cxf.interceptor.security.AccessDeniedException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class AccessDeniedException extends SecurityException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AccessDeniedException(String reason)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
AccessDeniedExceptionpublic AccessDeniedException(String reason) 
 
- 
 
-