PkgAgentSystem.Messaging
Class MessageDeliveryException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--PkgAgentSystem.AgentException
|
+--PkgAgentSystem.Messaging.MessageException
|
+--PkgAgentSystem.Messaging.MessageDeliveryException
- public class MessageDeliveryException
- extends MessageException
Signifies that the message could not be delivered to the recipient.
- Version:
- 1.0, 1.7.2000
- Author:
- Michael Sonntag
- See Also:
Message
, Serialized Form
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
MessageDeliveryException
public MessageDeliveryException()
- Constructs a
MessageDeliveryException
without a specified detail message.
MessageDeliveryException
public MessageDeliveryException(String detail)
- Constructs a
MessageDeliveryException
with the specified detail message.
- Parameters:
detail
- the detail message
MessageDeliveryException
public MessageDeliveryException(String detail,
Message msg)
- Constructs a
MessageDeliveryException
with the specified detail message and the message itself.
- Parameters:
detail
- the detail messagemsg
- the message which caused the exception
Submit a bug
Copyright 2000 Michael Sonntag & Institute for Information Processing and Microprocessor Technology (FIM), Johannes-Kepler-University Linz, Altenbergerstr. 69, A-4040 Linz, Austria.