javazoom.upload
Class UploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javazoom.upload.UploadException
- All Implemented Interfaces:
- java.io.Serializable
- public class UploadException
- extends java.lang.Exception
This class implements Upload Exceptions.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
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 |
UNKNOWNSTOREMODEL
public static java.lang.String UNKNOWNSTOREMODEL
INVALIDREQUEST
public static java.lang.String INVALIDREQUEST
UPLOADERROR
public static java.lang.String UPLOADERROR
FOLDERISREADONLY
public static java.lang.String FOLDERISREADONLY
CANNOTCREATEFOLDER
public static java.lang.String CANNOTCREATEFOLDER
UPLOADLIMITREACHED
public static java.lang.String UPLOADLIMITREACHED
UPLOADFILESIZELIMITREACHED
public static java.lang.String UPLOADFILESIZELIMITREACHED
UPLOADFILENAMEDENIED
public static java.lang.String UPLOADFILENAMEDENIED
CANNOTPARSECONTENTRANGE
public static java.lang.String CANNOTPARSECONTENTRANGE
CANNOTDELETESTORE
public static java.lang.String CANNOTDELETESTORE
UPLOADSTORENOTFOUND
public static java.lang.String UPLOADSTORENOTFOUND
DATABASESTOREERROR
public static java.lang.String DATABASESTOREERROR
UploadException
public UploadException()
UploadException
public UploadException(java.lang.String msg,
java.lang.String ext)
UploadException
public UploadException(java.lang.String msg)
UploadException
public UploadException(java.lang.Throwable cause)
UploadException
public UploadException(java.lang.String msg,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
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()).
- Returns:
- String
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream out)
printStackTrace
public void printStackTrace(java.io.PrintWriter out)