public static class UnsupportedDataException.WithKey extends UnsupportedDataException
UnsupportedDataException.WithKey| Constructor and Description |
|---|
WithKey(java.lang.Object key) |
WithKey(java.lang.String message,
java.lang.Object key) |
WithKey(java.lang.String message,
java.lang.Throwable cause,
java.lang.Object key) |
WithKey(java.lang.Throwable cause,
java.lang.Object key) |
| Modifier and Type | Method and Description |
|---|---|
<K> K |
getKey() |
public WithKey(java.lang.Object key)
public WithKey(java.lang.String message,
java.lang.Object key)
public WithKey(java.lang.String message,
java.lang.Throwable cause,
java.lang.Object key)
public WithKey(java.lang.Throwable cause,
java.lang.Object key)