Package org.apache.syncope.common.lib.to
Class ErrorTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.ErrorTO
-
- All Implemented Interfaces:
Serializable
,BaseBean
public class ErrorTO extends Object implements BaseBean
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getElements()
int
getStatus()
ClientExceptionType
getType()
void
setStatus(int status)
void
setType(ClientExceptionType type)
-
-
-
Method Detail
-
getStatus
public int getStatus()
-
setStatus
public void setStatus(int status)
-
getType
public ClientExceptionType getType()
-
setType
public void setType(ClientExceptionType type)
-
-