org.jasig.portlet.notice.response
Class NotificationError
java.lang.Object
org.jasig.portlet.notice.response.NotificationError
- All Implemented Interfaces:
- Serializable
public class NotificationError
- extends Object
- implements Serializable
This class is used report errors when a INotificationService
tries to retrieve notifications but is unable to due to
some error.
- See Also:
- Serialized Form
NotificationError
public NotificationError()
NotificationError
public NotificationError(String error,
String source)
getSource
public String getSource()
setSource
public void setSource(String source)
getError
public String getError()
setError
public void setError(String error)
getKey
public int getKey()
setKey
public void setKey(String source,
String error)
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Jasig. All Rights Reserved.