org.apache.wicket.util.upload
Class FileUploadBase.IOFileUploadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wicket.util.upload.FileUploadException
              extended by org.apache.wicket.util.upload.FileUploadBase.IOFileUploadException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUploadBase

public static class FileUploadBase.IOFileUploadException
extends FileUploadException

Thrown to indicate an IOException.

See Also:
Serialized Form

Constructor Summary
FileUploadBase.IOFileUploadException(String pMsg, IOException pException)
          Creates a new instance with the given cause.
 
Method Summary
 Throwable getCause()
          Returns the exceptions cause.
 
Methods inherited from class org.apache.wicket.util.upload.FileUploadException
printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUploadBase.IOFileUploadException

public FileUploadBase.IOFileUploadException(String pMsg,
                                            IOException pException)
Creates a new instance with the given cause.

Parameters:
pMsg - The detail message.
pException - The exceptions cause.
Method Detail

getCause

public Throwable getCause()
Returns the exceptions cause.

Overrides:
getCause in class FileUploadException
Returns:
The exceptions cause, if any, or null.


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.