public class OperationNotSupportedException extends SecurityConfigurationException
An OperationNotSupportedException is thrown to indicate that a AttributedType or
IdentityStoreConfiguration.IdentityOperation is not supported by the configuration.
You should check the IdentityStoreConfiguration for individual features supported by a IdentityStore.
| Constructor and Description |
|---|
OperationNotSupportedException(String message,
Class<? extends AttributedType> attributedType,
IdentityStoreConfiguration.IdentityOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AttributedType> |
getAttributedType() |
IdentityStoreConfiguration.IdentityOperation |
getOperation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OperationNotSupportedException(String message, Class<? extends AttributedType> attributedType, IdentityStoreConfiguration.IdentityOperation operation)
public Class<? extends AttributedType> getAttributedType()
public IdentityStoreConfiguration.IdentityOperation getOperation()
Copyright © 2018 JBoss by Red Hat. All rights reserved.