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
public class UnsupportedTargetException extends RuntimeException
Exception thrown byOperationCheck
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 Constructor Description UnsupportedTargetException(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
-
UnsupportedTargetException
public UnsupportedTargetException(String message)
-
-