ymsg.network
Class YMSG9BadFormatException

Object
  extended byThrowable
      extended byException
          extended byYahooException
              extended byYMSG9BadFormatException
All Implemented Interfaces:
Serializable

public class YMSG9BadFormatException
extends YahooException

Is thrown when the jYMSG API fails to decode an incoming packet due to incorrect or unexpected formatting.

Since:
1.0
See Also:
Serialized Form

Method Summary
 Throwable getCausingThrowable()
          Returns the exception which cause this exception.
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCausingThrowable

public Throwable getCausingThrowable()
Returns the exception which cause this exception.

Returns:
exception
Since:
1.0