public class UndefinedFilterAttributeException extends RuntimeException
| Constructor and Description |
|---|
UndefinedFilterAttributeException(org.apache.directory.api.ldap.model.filter.LeafNode node) |
UndefinedFilterAttributeException(org.apache.directory.api.ldap.model.filter.LeafNode node,
String message) |
UndefinedFilterAttributeException(org.apache.directory.api.ldap.model.filter.LeafNode node,
String message,
Throwable cause) |
UndefinedFilterAttributeException(org.apache.directory.api.ldap.model.filter.LeafNode node,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.model.filter.LeafNode |
getUndefinedFilterNode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UndefinedFilterAttributeException(org.apache.directory.api.ldap.model.filter.LeafNode node)
public UndefinedFilterAttributeException(org.apache.directory.api.ldap.model.filter.LeafNode node,
String message)
public UndefinedFilterAttributeException(org.apache.directory.api.ldap.model.filter.LeafNode node,
String message,
Throwable cause)
public UndefinedFilterAttributeException(org.apache.directory.api.ldap.model.filter.LeafNode node,
Throwable cause)
Copyright © 2021. All rights reserved.