public class VDSError extends Object
Constructor and Description |
---|
VDSError() |
VDSError(VdcBllErrors code,
String message) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Object> |
getArgs() |
VdcBllErrors |
getCode() |
String |
getMessage() |
void |
setArgs(ArrayList<Object> value) |
void |
setCode(VdcBllErrors value) |
void |
setMessage(String value) |
public VDSError(VdcBllErrors code, String message)
public VDSError()
public String getMessage()
public void setMessage(String value)
public VdcBllErrors getCode()
public void setCode(VdcBllErrors value)
Copyright © 2012. All Rights Reserved.