Class UserActionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ro.sync.ecss.extensions.api.webapp.plugin.UserActionRequiredException
- All Implemented Interfaces:
Serializable
Class that extends an IOException with an WebappMessage that should be sent
to the client-side code.
- Since:
- 17
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe message to be sent to the client-side code.getUserMessage
(URL url) The message to be sent to the client-side code.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserActionRequiredException
Constructor.- Parameters:
webappMessage
- The webapp message.
-
-
Method Details
-
getUserMessage
The message to be sent to the client-side code.- Returns:
- The webapp message.
-
getUserMessage
The message to be sent to the client-side code.- Parameters:
url
- The URL of the resource for which the user action required exception is thrown.- Returns:
- The webapp message.
-