oracle.ldap.util
Class ParameterException

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

public class ParameterException
extends UtilException

This exception will be thrown when an error occurs during input parameter parsing

See Also:
Serialized Form

Constructor Summary
ParameterException()
          Constructs a ParameterException with no detail message.
ParameterException(java.lang.String s)
          Constructs a ParameterException 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

ParameterException

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

ParameterException

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