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

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.LDAPVersionNotSupportedException
All Implemented Interfaces:
Serializable

public class LDAPVersionNotSupportedException
extends LDAPRequestException

Thrown if an unsupported LDAP version is used.

Version:
1.1
Author:
Manfred Duchrow
See Also:
Serialized Form

Constructor Summary
LDAPVersionNotSupportedException(int version, int msgId)
          Initialize the new instance with default values.
 
Method Summary
 int getVersion()
           
 void setVersion(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

LDAPVersionNotSupportedException

public LDAPVersionNotSupportedException(int version,
                                        int msgId)
Initialize the new instance with default values.

Method Detail

getVersion

public int getVersion()

setVersion

public void setVersion(int newValue)


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