org.mpisws.p2p.transport.exception
Class NodeIsFaultyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.mpisws.p2p.transport.exception.NodeIsFaultyException
All Implemented Interfaces:
Serializable

public class NodeIsFaultyException
extends IOException

See Also:
Serialized Form

Constructor Summary
NodeIsFaultyException(Object identifier)
           
NodeIsFaultyException(Object identifier, Object message)
           
NodeIsFaultyException(Object identifier, Object message, Throwable cause)
           
 
Method Summary
 Object getAttemptedMessage()
           
 Throwable getCause()
           
 Object getIdentifier()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

NodeIsFaultyException

public NodeIsFaultyException(Object identifier,
                             Object message)

NodeIsFaultyException

public NodeIsFaultyException(Object identifier,
                             Object message,
                             Throwable cause)

NodeIsFaultyException

public NodeIsFaultyException(Object identifier)
Method Detail

getIdentifier

public Object getIdentifier()

getAttemptedMessage

public Object getAttemptedMessage()

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2010. All Rights Reserved.