public class UploadRejectedException
extends de.espirit.firstspirit.client.common.locale.LocalizableRuntimeException
Constructor and Description |
---|
UploadRejectedException(String message)
Create a new exception instance.
|
UploadRejectedException(String message,
Throwable cause)
Create a new exception instance.
|
Modifier and Type | Method and Description |
---|---|
IDProvider |
getStoreElement()
Returns the @{link IDProvider} where the upload has been rejected.
|
void |
setStoreElement(IDProvider storeElement)
Set set upload rejecting @{link IDProvider}.
|
getDescriptor, getException, getHeadline, getMessage, isRecoverable, setHeadline, setRecoverable, toFormattedString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UploadRejectedException(@NotNull String message)
message
- a meaningful cause why rejecting this uploadpublic UploadRejectedException(@NotNull String message, @Nullable Throwable cause)
message
- a meaningful cause why rejecting this uploadcause
- an optional encapsulated exceptionpublic IDProvider getStoreElement()
public void setStoreElement(@NotNull IDProvider storeElement)
storeElement
- the exception assigned StoreElementCopyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500