org.apache.directory.server.protocol.shared
Class ServiceConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.directory.server.protocol.shared.ServiceConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ServiceConfigurationException
extends java.lang.RuntimeException

Version:
$Rev$, $Date$
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
ServiceConfigurationException()
          Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(java.lang.String message)
          Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(java.lang.Throwable cause)
          Creates a new instance of ServiceConfigurationException.
 
Method Summary
 
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

ServiceConfigurationException

public ServiceConfigurationException()
Creates a new instance of ServiceConfigurationException.


ServiceConfigurationException

public ServiceConfigurationException(java.lang.String message,
                                     java.lang.Throwable cause)
Creates a new instance of ServiceConfigurationException.

Parameters:
message -
cause -

ServiceConfigurationException

public ServiceConfigurationException(java.lang.String message)
Creates a new instance of ServiceConfigurationException.

Parameters:
message -

ServiceConfigurationException

public ServiceConfigurationException(java.lang.Throwable cause)
Creates a new instance of ServiceConfigurationException.

Parameters:
cause -


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.