|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.wicket.util.upload.FileUploadException
public class FileUploadException
Exception for errors encountered while processing the request.
| Constructor Summary | |
|---|---|
FileUploadException()
Constructs a new FileUploadException without message. |
|
FileUploadException(String msg)
Constructs a new FileUploadException with specified detail message. |
|
FileUploadException(String message,
Throwable cause)
Constructs a new FileUploadException with specified detail message and cause |
|
FileUploadException(Throwable cause)
Constructs a new FileUploadException with specified cause. |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public FileUploadException()
FileUploadException without message.
public FileUploadException(String msg)
FileUploadException with specified detail message.
msg - the error message.public FileUploadException(Throwable cause)
FileUploadException with specified cause.
cause - the cause.
public FileUploadException(String message,
Throwable cause)
FileUploadException with specified detail message and cause
message - the error message.cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||