public class PropertyServerException extends InformationViewExceptionBase
| Constructor and Description |
|---|
PropertyServerException(String className,
String actionDescription,
String errorMessage,
String systemAction,
String userAction)
This is the typical constructor used for creating a PropertyServerException.
|
getReportedCaughtException, getReportedErrorMessage, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName, setReportedCaughtException, setReportedErrorMessage, setReportedHTTPCode, setReportedSystemAction, setReportedUserAction, setReportingActionDescription, setReportingClassNameaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyServerException(String className, String actionDescription, String errorMessage, String systemAction, String userAction)
className - name of class reporting erroractionDescription - description of function it was performing when error detectederrorMessage - description of errorsystemAction - actions of the system as a result of the erroruserAction - instructions for correcting the errorCopyright © 2018–2019 ODPi. All rights reserved.