com.limegroup.gnutella.gui.init
Class ApplySettingsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.limegroup.gnutella.gui.init.ApplySettingsException
All Implemented Interfaces:
java.io.Serializable

public class ApplySettingsException
extends java.lang.Exception

Signifies that an exception has occurred in applying a setting during setup.

See Also:
Serialized Form

Constructor Summary
ApplySettingsException()
          Constructs an ApplySettingsException with null as its error detail message.
ApplySettingsException(java.lang.String s)
          Constructs an ApplySettingsException with the specified detail message.
 
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

ApplySettingsException

public ApplySettingsException()
Constructs an ApplySettingsException with null as its error detail message.


ApplySettingsException

public ApplySettingsException(java.lang.String s)
Constructs an ApplySettingsException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.

Parameters:
s - the detail message.