public class NotificationError extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
NotificationError() |
NotificationError(String error,
String source) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Implements deep-copy clone.
|
boolean |
equals(Object object) |
String |
getError() |
int |
getKey() |
String |
getSource() |
void |
setError(String error) |
void |
setSource(String source) |
String |
toString() |
public String getSource()
public void setSource(String source)
public String getError()
public void setError(String error)
public int getKey()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - Not really, but it's on the method
signature we're overriding.Copyright © 2017 Jasig. All Rights Reserved.