public class UnsupportedTargetException extends RuntimeException
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 and Description |
---|
UnsupportedTargetException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedTargetException(String message)
Copyright © 2003–2016 Atlassian. All rights reserved.