com.aelitis.azureus.core.security
Class CryptoManagerPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aelitis.azureus.core.security.CryptoManagerException
              extended by com.aelitis.azureus.core.security.CryptoManagerPasswordException
All Implemented Interfaces:
java.io.Serializable

public class CryptoManagerPasswordException
extends CryptoManagerException

See Also:
Serialized Form

Constructor Summary
CryptoManagerPasswordException(boolean _incorrect, java.lang.String _str)
           
CryptoManagerPasswordException(boolean _incorrect, 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

CryptoManagerPasswordException

public CryptoManagerPasswordException(boolean _incorrect,
                                      java.lang.String _str)

CryptoManagerPasswordException

public CryptoManagerPasswordException(boolean _incorrect,
                                      java.lang.String _str,
                                      java.lang.Throwable _cause)
Method Detail

wasIncorrect

public boolean wasIncorrect()