Class ErrorMessage
- java.lang.Object
-
- org.silverpeas.core.notification.message.AbstractMessage
-
- org.silverpeas.core.notification.message.ErrorMessage
-
- All Implemented Interfaces:
Message
public class ErrorMessage extends AbstractMessage
User: Yohann Chastagnier Date: 07/11/13
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ErrorMessage(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageType
getType()
Gets the type of the message.-
Methods inherited from class org.silverpeas.core.notification.message.AbstractMessage
equals, getContent, getDisplayLiveTime, hashCode, setDisplayLiveTime
-
-
-
-
Constructor Detail
-
ErrorMessage
protected ErrorMessage(String message)
-
-
Method Detail
-
getType
public MessageType getType()
Description copied from interface:Message
Gets the type of the message.MessageType
- Returns:
- the message type
-
-