Class UnsupportedTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.api.model.permissions.spi.UnsupportedTargetException
- All Implemented Interfaces:
Serializable
Exception thrown by
OperationCheck
methods.
This allows OperationService to distinguish checks which don't apply to particular kinds of targets
(e.g. container targets vs. specific object targets) in filtering methods such as
OperationService.getAvailableOperations(com.atlassian.confluence.api.model.people.Person, com.atlassian.confluence.api.model.permissions.Target)
.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedTargetException
-