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: 201550 $, $Date: 2005-06-23 23:08:31 -0400 (Thu, 23 Jun 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)