Class BaseExceptionWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.BaseExceptionWrapper
-
- Direct Known Subclasses:
ECLExceptionWrapper
,EspExceptionWrapper
public class BaseExceptionWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseExceptionWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Gets the message.String
getSource()
Gets the source.void
setMessage(String _message)
Sets the message.void
setSource(String _source)
Sets the source.
-
-
-
Method Detail
-
setSource
public void setSource(String _source)
Sets the source.- Parameters:
_source
- the new source
-
getSource
public String getSource()
Gets the source.- Returns:
- the source
-
setMessage
public void setMessage(String _message)
Sets the message.- Parameters:
_message
- the new message
-
getMessage
public String getMessage()
Gets the message.- Returns:
- the message
-
-