Class UserCSVUploadPost.ResourceBundleWebScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.extensions.surf.exception.PlatformRuntimeException
org.springframework.extensions.webscripts.WebScriptException
org.alfresco.repo.web.scripts.person.UserCSVUploadPost.ResourceBundleWebScriptException
- All Implemented Interfaces:
Serializable
,org.springframework.extensions.webscripts.StatusTemplateFactory
- Enclosing class:
- UserCSVUploadPost
protected static class UserCSVUploadPost.ResourceBundleWebScriptException
extends org.springframework.extensions.webscripts.WebScriptException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceBundleWebScriptException
(int status, ResourceBundle rb, String msgId) ResourceBundleWebScriptException
(int status, ResourceBundle rb, String msgId, Object... args) ResourceBundleWebScriptException
(int status, ResourceBundle rb, String msgId, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.extensions.webscripts.WebScriptException
getStatus, getStatusModel, getStatusTemplate, setStatusTemplate, setStatusTemplateFactory
Methods inherited from class org.springframework.extensions.surf.exception.PlatformRuntimeException
create, create, makeRuntimeException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceBundleWebScriptException
public ResourceBundleWebScriptException(int status, ResourceBundle rb, String msgId, Object... args) -
ResourceBundleWebScriptException
-
ResourceBundleWebScriptException
public ResourceBundleWebScriptException(int status, ResourceBundle rb, String msgId, Throwable cause)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-