Class AccessDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.adminfaces.template.exception.AccessDeniedException
-
- All Implemented Interfaces:
Serializable
public class AccessDeniedException extends RuntimeException implements Serializable
Created by rmpestano on 18/02/17. A marker exception to redirect user to 403.xhtml. See web-fragment.xml- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessDeniedException()AccessDeniedException(String msg)AccessDeniedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-