org.apache.directory.server.core.prefs
Class ServerSystemPreferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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: 434579 $, $Date: 2006-08-25 02:19:11 +0200 (Fri, 25 Aug 2006) $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
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 |
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)