org.pfsw.tools.beluga.ldap.protocol
Class LDAPVersionNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pfsw.tools.beluga.ldap.protocol.LDAPRequestException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LDAPVersionNotSupportedException
public LDAPVersionNotSupportedException(int version,
int msgId)
- Initialize the new instance with default values.
getVersion
public int getVersion()
setVersion
public void setVersion(int newValue)
Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.