public class MessageFailureException extends RuntimeException
Constructor and Description |
---|
MessageFailureException(Object message,
MessageType type,
IComponentIdentifier[] unknown,
String text)
Create a new MessageFailureException.
|
MessageFailureException(Object message,
MessageType type,
IComponentIdentifier[] unknown,
Throwable cause)
Create a new MessageFailureException.
|
Modifier and Type | Method and Description |
---|---|
Object |
getMessageEvent()
Get the message.
|
MessageType |
getMessageType()
Get the messagetype.
|
IComponentIdentifier[] |
getUnknownReceivers()
Get the unknown.
|
void |
setMessageEvent(Map message)
Set the message.
|
void |
setMessageType(MessageType messagetype)
Set the messagetype.
|
void |
setUnknownReceivers(IComponentIdentifier[] unknown)
Set the unknown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageFailureException(Object message, MessageType type, IComponentIdentifier[] unknown, Throwable cause)
public MessageFailureException(Object message, MessageType type, IComponentIdentifier[] unknown, String text)
public Object getMessageEvent()
public void setMessageEvent(Map message)
message
- The message to set.public MessageType getMessageType()
public void setMessageType(MessageType messagetype)
messagetype
- The messagetype to set.public IComponentIdentifier[] getUnknownReceivers()
public void setUnknownReceivers(IComponentIdentifier[] unknown)
unknown
- The unknown to set.Copyright © 2012. All Rights Reserved.