Package com.biglybt.plugin.extseed
Class ExternalSeedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.biglybt.plugin.extseed.ExternalSeedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExternalSeedException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
permanent
-
Constructor Summary
Constructors Constructor Description ExternalSeedException(java.lang.String str)
ExternalSeedException(java.lang.String str, java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPermanentFailure()
void
setPermanentFailure(boolean b)
-