org.mpisws.p2p.transport.priority
Class QueueOverflowException

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

public class QueueOverflowException
extends IOException

See Also:
Serialized Form

Constructor Summary
QueueOverflowException(Object identifier, Object message)
           
QueueOverflowException(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

QueueOverflowException

public QueueOverflowException(Object identifier,
                              Object message)

QueueOverflowException

public QueueOverflowException(Object identifier,
                              Object message,
                              Throwable cause)
Method Detail

getIdentifier

public Object getIdentifier()

getAttemptedMessage

public Object getAttemptedMessage()

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2010. All Rights Reserved.