public class XPFPluginInvalidBusinessStateException extends RuntimeException
| Constructor and Description | 
|---|
XPFPluginInvalidBusinessStateException(String message,
                                      Collection<XPFStructuredErrorMessage> structuredErrorMessages)
The constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<XPFStructuredErrorMessage> | 
getStructuredErrorMessages()  | 
String | 
toString()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic XPFPluginInvalidBusinessStateException(String message, Collection<XPFStructuredErrorMessage> structuredErrorMessages)
message - the reason for this XPFPluginInvalidBusinessStateException.structuredErrorMessages - the detailed reason for this XPFPluginInvalidBusinessStateException.public List<XPFStructuredErrorMessage> getStructuredErrorMessages()
Copyright © 2024. All rights reserved.