Class 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 Detail

      • ContentAuthorizationException

        public ContentAuthorizationException​(GUID id,
                                             String username)
      • ContentAuthorizationException

        public ContentAuthorizationException​(String path,
                                             String username)
      • ContentAuthorizationException

        public ContentAuthorizationException​(GUID id,
                                             String username,
                                             Throwable cause)