Rice Pastry API

rice.pastry.wire.exception
Class ImproperlyFormattedMessageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--rice.pastry.wire.exception.ImproperlyFormattedMessageException
All Implemented Interfaces:
java.io.Serializable

public class ImproperlyFormattedMessageException
extends java.io.IOException

Class which represents an exception occuring during the parsing of a Pastry message sent through the Socket protocol.

See Also:
Serialized Form

Constructor Summary
ImproperlyFormattedMessageException(java.lang.String message)
          Constructs an ImproperlyFormattedMessageException with a given message
 
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

ImproperlyFormattedMessageException

public ImproperlyFormattedMessageException(java.lang.String message)
Constructs an ImproperlyFormattedMessageException with a given message

Parameters:
message - The message of this exception

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection