org.apache.ldap.server.prefs
Class ServerSystemPreferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ldap.server.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: 264732 $, $Date: 2005-08-30 04:04:51 -0400 (Tue, 30 Aug 2005) $
- 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)