Class StoreErrorMessage
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<LdapMessageContainer<Message>>
-
- org.apache.directory.api.ldap.codec.actions.ldapResult.StoreErrorMessage
-
- All Implemented Interfaces:
Action<LdapMessageContainer<Message>>
public class StoreErrorMessage extends GrammarAction<LdapMessageContainer<Message>>
The action used to set the LdapResult error message.LDAPResult ::= SEQUENCE { ... errorMessage LDAPString, ...- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
-
-
Constructor Summary
Constructors Constructor Description StoreErrorMessage()Instantiates a new error message action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(LdapMessageContainer<Message> container)The action to be executed.-
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
toString
-
-
-
-
Method Detail
-
action
public void action(LdapMessageContainer<Message> container)
The action to be executed.- Parameters:
container- The container which stores the current data
-
-