public class LeaseMapException extends LeaseException
Modifier and Type | Field and Description |
---|---|
Map |
exceptionMap
A Map from Lease to Exception, containing each lease that failed to renew or cancel, and the
exception that resulted from that lease's renewal or cancel attempt.
|
Constructor and Description |
---|
LeaseMapException(String s,
Map exceptionMap)
Constructs a LeaseMapException for the specified map with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Map exceptionMap
public LeaseMapException(String s, Map exceptionMap)
s
- the detail messageexceptionMap
- the Map object on which the exception occurredNullPointerException
- if exceptionMap
is null
or
contains a null
key or a null
valueIllegalArgumentException
- if exceptionMap
contains any key which is not
an instance of Lease
, or any value which is not an
instance of Throwable
Copyright © GigaSpaces.