org.mycore.frontend.fileupload
Class MCRUploadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
protected  String clname
           
protected  String strace
           
 
Constructor Summary
MCRUploadException(String clname, String message, String strace)
           
 
Method Summary
 String getServerSideClassName()
           
 String getServerSideStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

clname

protected String clname

strace

protected String strace
Constructor Detail

MCRUploadException

public MCRUploadException(String clname,
                          String message,
                          String strace)
Method Detail

getServerSideClassName

public String getServerSideClassName()

getServerSideStackTrace

public String getServerSideStackTrace()