org.systinet.wasp.admin.preferences
Class PreferencesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.systinet.wasp.admin.AdminServiceException
                  extended byorg.systinet.wasp.admin.preferences.PreferencesException
All Implemented Interfaces:
java.io.Serializable

Deprecated. since 4.5

public class PreferencesException
extends AdminServiceException

Preferences exception.

Since:
4.0
See Also:
Serialized Form
Component:
Mgmt-Services-Backward-Compatible

Constructor Summary
PreferencesException()
          Deprecated. Default contstructor.
PreferencesException(java.lang.String message)
          Deprecated. Constructor.
PreferencesException(java.lang.String message, java.lang.Throwable throwable)
          Deprecated. Constructor for the AdminServiceException object
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreferencesException

public PreferencesException()
Deprecated. 
Default contstructor.


PreferencesException

public PreferencesException(java.lang.String message)
Deprecated. 
Constructor.

Parameters:
message - a given string message.

PreferencesException

public PreferencesException(java.lang.String message,
                            java.lang.Throwable throwable)
Deprecated. 
Constructor for the AdminServiceException object

Parameters:
message - a given string message.
throwable - an original exception