org.pfsw.tools.beluga.ldap.protocol
Class LDAPUnknownRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pfsw.tools.beluga.ldap.protocol.LDAPRequestException
              extended by 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

Constructor Summary
LDAPUnknownRequestException(int messageId, int requestId)
          Initialize the new instance with default values.
 
Method Summary
 int getRequestId()
           
 void setRequestId(int newValue)
           
 
Methods inherited from class org.pfsw.tools.beluga.ldap.protocol.LDAPRequestException
getMessageId, setMessageId
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LDAPUnknownRequestException

public LDAPUnknownRequestException(int messageId,
                                   int requestId)
Initialize the new instance with default values.

Method Detail

getRequestId

public int getRequestId()

setRequestId

public void setRequestId(int newValue)


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.