com.aelitis.azureus.plugins.net.buddy
Class BuddyPluginPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aelitis.azureus.plugins.net.buddy.BuddyPluginException
              extended by com.aelitis.azureus.plugins.net.buddy.BuddyPluginPasswordException
All Implemented Interfaces:
java.io.Serializable

public class BuddyPluginPasswordException
extends BuddyPluginException

See Also:
Serialized Form

Constructor Summary
BuddyPluginPasswordException(boolean _was_incorrecte, java.lang.String str, java.lang.Throwable cause)
           
 
Method Summary
 boolean wasIncorrect()
           
 
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

BuddyPluginPasswordException

public BuddyPluginPasswordException(boolean _was_incorrecte,
                                    java.lang.String str,
                                    java.lang.Throwable cause)
Method Detail

wasIncorrect

public boolean wasIncorrect()