Package org.openiam.exception
Class EsbErrorToken
- java.lang.Object
-
- org.openiam.exception.EsbErrorToken
-
- All Implemented Interfaces:
Serializable
public class EsbErrorToken extends Object implements Serializable
Created with IntelliJ IDEA. User: alexander Date: 8/21/13 Time: 9:47 PM To change this template use File | Settings | File Templates.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EsbErrorToken()EsbErrorToken(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetFieldName()LonggetLengthConstraint()StringgetMessage()ObjectgetValue()voidsetClassName(String className)voidsetFieldName(String fieldName)voidsetLengthConstraint(Long lengthConstraint)voidsetMessage(String message)voidsetValue(Object value)StringtoString()
-
-
-
Constructor Detail
-
EsbErrorToken
public EsbErrorToken()
-
EsbErrorToken
public EsbErrorToken(String message)
-
-
Method Detail
-
getFieldName
public String getFieldName()
-
setFieldName
public void setFieldName(String fieldName)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getLengthConstraint
public Long getLengthConstraint()
-
setLengthConstraint
public void setLengthConstraint(Long lengthConstraint)
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
-