Compoze Software, Inc.

com.compoze.util.upload
Class FileUploadException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--com.compoze.util.upload.FileUploadException

All Implemented Interfaces:
java.io.Serializable

public class FileUploadException
extends java.lang.Exception

Exception for errors encountered while processing the request.

Version:
$Id: FileUploadException.java,v 1.1.1.1 2003/09/12 13:12:45 fred.grafe Exp $
See Also:
Serialized Form

Constructor Summary
FileUploadException()
          Constructs a new FileUploadException without message.
FileUploadException(java.lang.String msg)
          Constructs a new FileUploadException with specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUploadException


public FileUploadException()
Constructs a new FileUploadException without message.

FileUploadException


public FileUploadException(java.lang.String msg)
Constructs a new FileUploadException with specified detail message.
Parameters:
msg - the error message.

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.