org.demac.transport
Class MessageNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.demac.transport.MessageNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class MessageNotAvailableException
extends java.lang.Exception

Exception which indecates that a requested message is not available in the transport service of the DEMAC architecture.

See Also:
Serialized Form

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

MessageNotAvailableException

public MessageNotAvailableException()
Constructor to create a new exception.


MessageNotAvailableException

public MessageNotAvailableException(java.lang.String str)
Constructor to create a new exception with a given string.

Parameters:
str - an explenation of the failure