public class UnresolvedConflictException extends ExecutionException
| Constructor and Description |
|---|
UnresolvedConflictException(String message,
List<? extends Object> siblings)
For when a collection of siblings cannot be whittled down to one.
|
UnresolvedConflictException(Throwable cause,
String message,
List<? extends Object> siblings)
For when a list of siblings cannot be whittled down to one.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Object> |
getSiblings()
Get the siblings that could not be resolved.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnresolvedConflictException(Throwable cause, String message, List<? extends Object> siblings)
cause - the exception that broke the camels backmessage - a String messagesiblings - the list of siblingsCopyright © 2016. All rights reserved.