|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.demac.transport.MessageNotAvailableException
public class MessageNotAvailableException
Exception which indecates that a requested message is not available in the transport service of the DEMAC architecture.
Constructor Summary | |
---|---|
MessageNotAvailableException()
Constructor to create a new exception. |
|
MessageNotAvailableException(java.lang.String str)
Constructor to create a new exception with a given string. |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MessageNotAvailableException()
public MessageNotAvailableException(java.lang.String str)
str
- an explenation of the failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |