jfileupload.transfer.client.core
Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jfileupload.transfer.client.core.ClientException
- All Implemented Interfaces:
- java.io.Serializable
public class ClientException
- extends java.lang.Exception
ClientException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TRANSFERFAILED
public static final java.lang.String TRANSFERFAILED
- See Also:
- Constant Field Values
INVALIDCREDENTIALS
public static final java.lang.String INVALIDCREDENTIALS
- See Also:
- Constant Field Values
CANNOTCHANGEDIR
public static final java.lang.String CANNOTCHANGEDIR
- See Also:
- Constant Field Values
CANNOTMAKEDIR
public static final java.lang.String CANNOTMAKEDIR
- See Also:
- Constant Field Values
CONNECTIONDENIED
public static final java.lang.String CONNECTIONDENIED
- See Also:
- Constant Field Values
SERVERERROR
public static final java.lang.String SERVERERROR
- See Also:
- Constant Field Values
DIRNOTALLOWED
public static final java.lang.String DIRNOTALLOWED
- See Also:
- Constant Field Values
SIZENOTALLOWED
public static final java.lang.String SIZENOTALLOWED
- See Also:
- Constant Field Values
ZIPSIZENOTALLOWED
public static final java.lang.String ZIPSIZENOTALLOWED
- See Also:
- Constant Field Values
MINSIZENOTALLOWED
public static final java.lang.String MINSIZENOTALLOWED
- See Also:
- Constant Field Values
EXTNOTALLOWED
public static final java.lang.String EXTNOTALLOWED
- See Also:
- Constant Field Values
HIDDENNOTALLOWED
public static final java.lang.String HIDDENNOTALLOWED
- See Also:
- Constant Field Values
TOOMANYFILES
public static final java.lang.String TOOMANYFILES
- See Also:
- Constant Field Values
OVERWRITENOTALLOWED
public static final java.lang.String OVERWRITENOTALLOWED
- See Also:
- Constant Field Values
CANNOTCREATEARCHIVE
public static final java.lang.String CANNOTCREATEARCHIVE
- See Also:
- Constant Field Values
CANNOTACCESSLOCALFOLDER
public static final java.lang.String CANNOTACCESSLOCALFOLDER
- See Also:
- Constant Field Values
NOTIMPLEMENTED
public static final java.lang.String NOTIMPLEMENTED
- See Also:
- Constant Field Values
ClientException
public ClientException()
ClientException
public ClientException(java.lang.String msg,
java.lang.String ext)
ClientException
public ClientException(java.lang.String msg)
ClientException
public ClientException(java.lang.Throwable cause)
ClientException
public ClientException(java.lang.String msg,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
getExtMessage
public java.lang.String getExtMessage()
getMessage
public java.lang.String getMessage()
- Returns the detail message string of this throwable. If it was
created with a null message, returns the following:
(cause==null ? null : cause.toString()).
- Overrides:
getMessage
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream out)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter out)
- Overrides:
printStackTrace
in class java.lang.Throwable