Class NotPermittedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.legacyapi.NotPermittedException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class NotPermittedException extends Exception
Deprecated.since 7.0.1 , usePermissionException
Exception thrown when you attempt to perform an operation that is not permitted. This will normally be thrown from "edit" operations, view operations should just behave as if the target does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotPermittedException()
Deprecated.NotPermittedException(String message)
Deprecated.NotPermittedException(String message, Throwable cause)
Deprecated.NotPermittedException(Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-