|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.gubutech.xload.XloadFileException
Signals that an XloadFile
has been attempted to be moved or copied to a directory and a name collision occurred.
Constructor Summary | |
XloadFileException()
Constructs an XloadFileException without detail message. |
|
XloadFileException(java.lang.String msg)
Constructs an instance of XloadFileException with the specified detail message. |
Method Summary | |
XloadFile |
getFile()
Returns the XloadFile that was being copied or moved, that caused a file naming clash inside the new directory. |
Methods inherited from class javax.servlet.ServletException |
getRootCause |
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 XloadFileException()
XloadFileException
without detail message.
public XloadFileException(java.lang.String msg)
XloadFileException
with the specified detail message.
msg
- the detail message.Method Detail |
public XloadFile getFile()
XloadFile
that was being copied or moved, that caused a file naming clash inside the new directory.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |