public class UnmergeableCacheKeyException extends RuntimeException
CacheKey
cannot be merged.Constructor and Description |
---|
UnmergeableCacheKeyException() |
UnmergeableCacheKeyException(String message,
CacheKey... unmergeableKeys)
Initializes the exception by delegating the message to the super constructor and storing the unmergable keys.
|
Modifier and Type | Method and Description |
---|---|
Collection<CacheKey> |
getUnmergeableKeys() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnmergeableCacheKeyException(String message, CacheKey... unmergeableKeys)
message
- The exception message.unmergeableKeys
- The keys that could not be merged.public UnmergeableCacheKeyException()
public Collection<CacheKey> getUnmergeableKeys()
Copyright © 2018 SAP SE. All rights reserved.