com.trendmicro.grid.acl.l0
Class BatchSizeExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.trendmicro.grid.acl.l0.BatchSizeExceededException
- All Implemented Interfaces:
- Serializable
@WebFault(targetNamespace="http://grid.trendmicro.com/services/level-0")
public class BatchSizeExceededException
- extends RuntimeException
Defines a SOAP fault that is sent as reply for "batch" enabled service methods when the batch size inside the
request exceeds the configured limit.
The exception contains the acceptable batch size as getAllowedBatchSize()
allowing clients to adaptively
choose the right batch size and retry a request that failed on this SOAP fault.
- Author:
- Juergen_Kellerer, 2010-04-26
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BatchSizeExceededException
public BatchSizeExceededException(int allowedBatchSize)
getAllowedBatchSize
public int getAllowedBatchSize()