public class OperationNotSupportedException extends SecurityConfigurationException
An OperationNotSupportedException
is thrown to indicate that a FeatureSet.FeatureGroup
or FeatureSet.FeatureOperation
is not supported by the underlying IdentityStore configured for a specific IdentityManager instance.
You should check the IdentityStoreConfiguration
for individual features supported by a IdentityStore.
Constructor and Description |
---|
OperationNotSupportedException(String message,
FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation) |
Modifier and Type | Method and Description |
---|---|
FeatureSet.FeatureGroup |
getFeatureGroup() |
FeatureSet.FeatureOperation |
getFeatureOperation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationNotSupportedException(String message, FeatureSet.FeatureGroup feature, FeatureSet.FeatureOperation operation)
public FeatureSet.FeatureGroup getFeatureGroup()
public FeatureSet.FeatureOperation getFeatureOperation()
Copyright © 2013. All Rights Reserved.