Package org.johnnei.javatorrent.module
Class ModuleBuildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.johnnei.javatorrent.module.ModuleBuildException
-
- All Implemented Interfaces:
Serializable
public class ModuleBuildException extends Exception
An exception which gets thrown on theIModule.onBuild(TorrentClient)action when it can complete successfully.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModuleBuildException(String message)ModuleBuildException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-