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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pfsw.tools.beluga.ldap.protocol.LDAPRequestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidFilterOperation, LDAPRequestParsingException, LDAPUnknownRequestException, LDAPVersionNotSupportedException, UnsupportedFilterOperation

public abstract class LDAPRequestException
extends Exception

Root exception of all exception that can occur during parsing of LDAP requests.

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

Method Summary
 int getMessageId()
           
 void setMessageId(int newValue)
           
 
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
 

Method Detail

getMessageId

public int getMessageId()

setMessageId

public void setMessageId(int newValue)


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