oracle.ldap.util
Class GeneralErrorException

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

public class GeneralErrorException
extends UtilException

This exception is thrown when a general error is encountered

See Also:
Serialized Form

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

GeneralErrorException

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

GeneralErrorException

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