Class ContentAuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.portal.exception.ContentException
-
- com.aquima.interactions.portal.exception.ContentAuthorizationException
-
- All Implemented Interfaces:
Serializable
public class ContentAuthorizationException extends ContentException
Exception that should be thrown when user does not have the right role for accessing a content. E.g. a document content.- Since:
- 9.7
- Author:
- Voicu Moldovan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentAuthorizationException(GUID id, String username)
ContentAuthorizationException(GUID id, String username, Throwable cause)
ContentAuthorizationException(String path, String username)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-