Package fr.becpg.repo.security
Class BeCPGAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.becpg.repo.security.BeCPGAccessDeniedException
- All Implemented Interfaces:
Serializable
BeCPGAccessDeniedException class.
- Version:
- $Id: $Id
- Author:
- matthieu
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBeCPGAccessDeniedException(String methodQName) Constructor for BeCPGAccessDeniedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BeCPGAccessDeniedException
Constructor for BeCPGAccessDeniedException.
- Parameters:
methodQName- aStringobject.
-