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 byOperationCheckmethods.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 SummaryConstructors Constructor Description UnsupportedTargetException(String message)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UnsupportedTargetExceptionpublic UnsupportedTargetException(String message) 
 
- 
 
-