oracle.ldap.util
Class InvalidParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ldap.util.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends java.lang.Exception

An Object of this class will be thrown when an error occurs during input parameter parsing

See Also:
Serialized Form

Constructor Summary
InvalidParameterException()
          Constructs a InvalidParameterException with no detail message.
InvalidParameterException(java.lang.String s)
          Constructs a InvalidParameterException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterException

public InvalidParameterException()
Constructs a InvalidParameterException with no detail message.

InvalidParameterException

public InvalidParameterException(java.lang.String s)
Constructs a InvalidParameterException with the specified detail message.
Parameters:
s - the detail message.