|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.mpisws.p2p.transport.priority.QueueOverflowException
public class QueueOverflowException
| 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 |
|---|
public QueueOverflowException(Object identifier,
Object message)
public QueueOverflowException(Object identifier,
Object message,
Throwable cause)
| Method Detail |
|---|
public Object getIdentifier()
public Object getAttemptedMessage()
public Throwable getCause()
getCause in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||