org.mycore.frontend.fileupload
Class MCRUploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mycore.frontend.fileupload.MCRUploadException
- All Implemented Interfaces:
- Serializable
public class MCRUploadException
- extends Exception
This exception is thrown by the UploadCommunicator to indicate that an
exception occured on the server side during execution of a servlet task. The
applet that is using the UploadCommunicator can examine the exceptions
properties to find out what type of exception occured on the server side.
- Version:
- $Revision: 13085 $ $Date: 2008-02-06 18:27:24 +0100 (Mi, 06 Feb 2008) $
- Author:
- Frank Lützenkirchen
- See Also:
MCRUploadCommunicator,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
clname
protected String clname
strace
protected String strace
MCRUploadException
public MCRUploadException(String clname,
String message,
String strace)
getServerSideClassName
public String getServerSideClassName()
getServerSideStackTrace
public String getServerSideStackTrace()