public class JUploadException extends Exception
Constructor and Description |
---|
JUploadException(Exception ex)
Creates a new instance with a specified original exception.
|
JUploadException(String message)
Creates a new instance with a specified message.
|
JUploadException(String message,
Throwable ex)
Creates a new instance with a specified message and original exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassNameAndClause()
Returns JUploadExceptionClassName:CauseClassName.
|
String |
getLocation()
Retrieves the human readable location of this exception (Class.method,
filename, linenumber)
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JUploadException(String message)
message
- The message to be associated with this instance.public JUploadException(Exception ex)
ex
- The exception that was originally thrown.public String getLocation()
public String getClassNameAndClause()
Copyright © 2015. All rights reserved.