public class ApplicationPartialSuccessException extends PartialSuccessException
PartialSuccessException.Failure
Constructor and Description |
---|
ApplicationPartialSuccessException(List<String> successes,
List<PartialSuccessException.Failure> failures,
Application app)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Application |
app()
Get the application that is associated with this partial success.
|
failures, successes
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ApplicationPartialSuccessException(List<String> successes, List<PartialSuccessException.Failure> failures, Application app)
successes
- list of success messagesfailures
- list of failure messagesapp
- the application being manipulatedpublic Application app()
Copyright © 2015. All Rights Reserved.