public class J4pBulkRemoteException extends J4pException
Constructor and Description |
---|
J4pBulkRemoteException(List pResults)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<J4pRemoteException> |
getRemoteExceptions()
Get the list of
J4pRemoteException . |
<T extends J4pResponse> |
getResponses()
Get the a list of responses for successful requests.
|
List |
getResults()
Get the result list.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public J4pBulkRemoteException(List pResults)
pResults
- list of results which should be of type J4pResponse
public List getResults()
J4pRemoteException
for an error or
J4pResponse
for successful requests.public <T extends J4pResponse> List<T> getResponses()
T
- response typepublic List<J4pRemoteException> getRemoteExceptions()
J4pRemoteException
. At list with all remote exceptions is collected in this list.Copyright © 2019. All rights reserved.