jsdsi.ldap
Class LDAPSearchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjsdsi.ldap.LDAPSearchException
All Implemented Interfaces:
java.io.Serializable

public class LDAPSearchException
extends java.lang.Exception

This exception specifies that an special error ocurred on the search, mostly used to verify if the search has results

Version:
$Revison: 1.1 $Date: 27/Mar/2004 18:13:15
Author:
Lu�s Pedro, Sean Radford
See Also:
Serialized Form

Constructor Summary
LDAPSearchException()
          New default instance of the exception
LDAPSearchException(java.lang.String msg, int code)
          New custom instance of the exception
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LDAPSearchException

public LDAPSearchException()
New default instance of the exception


LDAPSearchException

public LDAPSearchException(java.lang.String msg,
                           int code)
New custom instance of the exception

Parameters:
msg - a custom message to return when exception occurr
code - a custom code to return when exception occurr


Copyright © 2002-2006 JSDSI. All Rights Reserved.