Package com.avoka.fc.core.util
Class ApplicationFileUploadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.avoka.fc.core.util.ApplicationException
-
- com.avoka.fc.core.util.ApplicationFileUploadException
-
- All Implemented Interfaces:
Serializable
public class ApplicationFileUploadException extends ApplicationException
Provides an exception related to errors during electronic attachment upload.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationFileUploadException(String name, String context, String userMessage, String solution)
Create a ApplicationFileUploadException object with the given parametersApplicationFileUploadException(String name, Throwable cause, String context, String userMessage, String solution)
Create a ApplicationFileUploadException object with the given parameters
-
Method Summary
-
Methods inherited from class com.avoka.fc.core.util.ApplicationException
getClient, getContext, getErrorLog, getFormXml, getGroovyServiceLog, getMessageKey, getName, getRequestKey, getSolution, getUserMessage, isLogToErrorLog, setClient, setContext, setErrorLog, setFormXml, setGroovyServiceLog, setLogToErrorLog, setMessageKey, setRequestKey, setSolution, setUserMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ApplicationFileUploadException
public ApplicationFileUploadException(String name, Throwable cause, String context, String userMessage, String solution)
Create a ApplicationFileUploadException object with the given parameters- Parameters:
name
- a name identifying the exceptioncause
- the Throwable causing the errorcontext
- a message describing the context in which the error occurreduserMessage
- a detail message about the error intended for the usersolution
- an optional message outlining a solution to the problem- See Also:
ApplicationException(String, Throwable, String, String, String)
-
ApplicationFileUploadException
public ApplicationFileUploadException(String name, String context, String userMessage, String solution)
Create a ApplicationFileUploadException object with the given parameters- Parameters:
name
- a name identifying the exceptioncontext
- a message describing the context in which the error occurreduserMessage
- a detail message about the error intended for the usersolution
- an optional message outlining a solution to the problem- See Also:
ApplicationException(String, String, String, String)
-
-