Richfaces UI Components API 4.2.0.Final

org.richfaces.exception
Class FileUploadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by org.richfaces.exception.FileUploadException
All Implemented Interfaces:
Serializable

public class FileUploadException
extends javax.faces.FacesException

Thrown when an exception occurs while uploading a file.

See Also:
Serialized Form

Constructor Summary
FileUploadException()
           
FileUploadException(String message)
           
FileUploadException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

FileUploadException

public FileUploadException()

FileUploadException

public FileUploadException(String message)

FileUploadException

public FileUploadException(String message,
                           Throwable cause)

Richfaces UI Components API 4.2.0.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.