com.aelitis.azureus.plugins.extseed
Class ExternalSeedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aelitis.azureus.plugins.extseed.ExternalSeedException
All Implemented Interfaces:
Serializable

public class ExternalSeedException
extends Exception

See Also:
Serialized Form

Constructor Summary
ExternalSeedException(String str)
           
ExternalSeedException(String str, Throwable e)
           
 
Method Summary
 boolean isPermanentFailure()
           
 void setPermanentFailure(boolean b)
           
 
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

ExternalSeedException

public ExternalSeedException(String str)

ExternalSeedException

public ExternalSeedException(String str,
                             Throwable e)
Method Detail

setPermanentFailure

public void setPermanentFailure(boolean b)

isPermanentFailure

public boolean isPermanentFailure()