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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceBundleWebScriptException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
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 Detail
-
ResourceBundleWebScriptException
public ResourceBundleWebScriptException(int status, ResourceBundle rb, String msgId, Object... args)
-
ResourceBundleWebScriptException
public ResourceBundleWebScriptException(int status, ResourceBundle rb, String msgId)
-
ResourceBundleWebScriptException
public ResourceBundleWebScriptException(int status, ResourceBundle rb, String msgId, Throwable cause)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-