|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebException | |
---|---|
com.trendmicro.grid.acl.l0 | ENTRY POINT: Defines all "level-0" frontend GRID interfaces and implementations for SOAP & REST services. |
Uses of WebException in com.trendmicro.grid.acl.l0 |
---|
Subclasses of WebException in com.trendmicro.grid.acl.l0 | |
---|---|
class |
AuthenticationException
Defines a generic fault for authentication related issues. |
class |
IllegalRequestException
Is thrown in case of the request arguments or the state is invalid. |
class |
InsufficientRightsException
Defines the exception to throw if the logged in user has insufficient privileges. |
class |
NotAuthenticatedException
Is thrown if the current user is not authenticated. |
class |
StorageFailedException
Defines a generic fault for methods that store something and may fail on this. |
Methods in com.trendmicro.grid.acl.l0 that throw WebException | ||
---|---|---|
R |
BatchCollection.Invoker.invoke(BatchCollection<E> chunk)
Is called for every batch chunk that is handled within the method BatchCollection.invokeOnChunksOf(java.util.Collection extends E>, com.trendmicro.grid.acl.l0.BatchCollection.Invoker |
|
static
|
BatchCollection.invokeOnChunksOf(Collection<? extends E> elements,
BatchCollection.Invoker<E,T> invoker)
Is a helper method that can be used to invoke a certain call on all batch chunks of a larger input list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |