com.limegroup.gnutella.messages
Class BadGGEPPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.limegroup.gnutella.messages.BadGGEPPropertyException
All Implemented Interfaces:
java.io.Serializable

public class BadGGEPPropertyException
extends java.lang.Exception

Thrown when a GGEP extension cannot be found or parsed. Typically other extensions in the block can be extracted.

See Also:
Serialized Form

Constructor Summary
BadGGEPPropertyException()
           
BadGGEPPropertyException(java.lang.String msg)
           
 
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

BadGGEPPropertyException

public BadGGEPPropertyException()

BadGGEPPropertyException

public BadGGEPPropertyException(java.lang.String msg)