public class ArrayOfBaseExceptionWrapper extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected List<BaseExceptionWrapper> |
exceptions |
protected String |
source |
protected String |
wsClientMessage |
| Constructor and Description |
|---|
ArrayOfBaseExceptionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
List<BaseExceptionWrapper> |
getExceptions()
Gets the exceptions.
|
String |
getLocalizedMessage() |
String |
getMessage() |
String |
getSource()
Gets the source.
|
String |
getWsClientMessage()
Gets the ws client message.
|
void |
setExceptions(List<BaseExceptionWrapper> _exception)
Sets the exceptions.
|
void |
setSource(String _source)
Sets the source.
|
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String wsClientMessage
protected String source
protected List<BaseExceptionWrapper> exceptions
public String getWsClientMessage()
public void setSource(String _source)
_source - the new sourcepublic String getSource()
public String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class Throwablepublic void setExceptions(List<BaseExceptionWrapper> _exception)
_exception - the new exceptionspublic List<BaseExceptionWrapper> getExceptions()
Copyright © 2021. All rights reserved.