org.silverpeas.notification.message
Class ErrorMessage

java.lang.Object
  extended by org.silverpeas.notification.message.AbstractMessage
      extended by org.silverpeas.notification.message.ErrorMessage
All Implemented Interfaces:
Message

public class ErrorMessage
extends AbstractMessage

User: Yohann Chastagnier Date: 07/11/13


Constructor Summary
protected ErrorMessage(String message)
          Default constructor.
 
Method Summary
 MessageType getType()
          Gets the type of the message.
 
Methods inherited from class org.silverpeas.notification.message.AbstractMessage
equals, getContent, getDisplayLiveTime, hashCode, setDisplayLiveTime
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorMessage

protected ErrorMessage(String message)
Default constructor.

Method Detail

getType

public MessageType getType()
Description copied from interface: Message
Gets the type of the message. MessageType

Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.