FileDocCategorySizeDatePackage
BEncodingException.javaAPI DocAzureus 3.0.3.41385Fri Aug 31 14:26:40 BST 2007org.gudy.azureus2.core3.util

BEncodingException

public class BEncodingException extends IOException
author
Aaron Grunthal
create
09.08.2007 This is thrown when the BEncoder/BDecoder stumbles upon any internal error, such as malformed input
IOException
will be used if the encountered problem is of external nature (mostly IOExceptiosn themselves)

Fields Summary
Constructors Summary
public BEncodingException()

public BEncodingException(String message)

	super(message); 
Methods Summary