Class NotPermittedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.backuprestore.exception.BackupRestoreException
-
- com.atlassian.confluence.backuprestore.exception.NotPermittedException
-
- All Implemented Interfaces:
Serializable
public class NotPermittedException extends BackupRestoreException
It is thrown when a user does not have permissions to perform an action.- Since:
- 7.17.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotPermittedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotPermittedException
public NotPermittedException(String message)
-
-