org.pfsw.tools.beluga.ldap.protocol
Class LDAPUnknownRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pfsw.tools.beluga.ldap.protocol.LDAPRequestException
org.pfsw.tools.beluga.ldap.protocol.LDAPUnknownRequestException
- All Implemented Interfaces:
- Serializable
public class LDAPUnknownRequestException
- extends LDAPRequestException
Will be thrown whenever a request could not be identified
- Version:
- 1.1
- Author:
- Manfred Duchrow
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LDAPUnknownRequestException
public LDAPUnknownRequestException(int messageId,
int requestId)
- Initialize the new instance with default values.
getRequestId
public int getRequestId()
setRequestId
public void setRequestId(int newValue)
Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.