org.apache.directory.server.core.prefs
Class ServerSystemPreferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.directory.server.core.prefs.ServerSystemPreferenceException
All Implemented Interfaces:
java.io.Serializable

public class ServerSystemPreferenceException
extends java.lang.RuntimeException

A RuntimeException that is thrown when accessing ServerSystemPreferences failed.

Version:
$Rev: 437012 $, $Date: 2006-08-26 01:25:30 +0200 (Sat, 26 Aug 2006) $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
ServerSystemPreferenceException()
           
ServerSystemPreferenceException(java.lang.String message)
           
ServerSystemPreferenceException(java.lang.String message, java.lang.Throwable cause)
           
ServerSystemPreferenceException(java.lang.Throwable cause)
           
 
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

ServerSystemPreferenceException

public ServerSystemPreferenceException()

ServerSystemPreferenceException

public ServerSystemPreferenceException(java.lang.String message)

ServerSystemPreferenceException

public ServerSystemPreferenceException(java.lang.String message,
                                       java.lang.Throwable cause)

ServerSystemPreferenceException

public ServerSystemPreferenceException(java.lang.Throwable cause)


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