|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.client.common.locale.LocalizableRuntimeException
de.espirit.firstspirit.access.store.mediastore.UploadRejectedException
public class UploadRejectedException
This exception indicates a media insertion/upload into the repository has been rejected.
Constructor Summary | |
---|---|
UploadRejectedException(String message)
Create a new exception instance. |
|
UploadRejectedException(String message,
Throwable cause)
Create a new exception instance. |
Method Summary | |
---|---|
IDProvider |
getStoreElement()
Returns the @{link IDProvider} where the upload has been rejected. |
void |
setStoreElement(IDProvider storeElement)
Set set upload rejecting @{link IDProvider}. |
Methods inherited from class de.espirit.firstspirit.client.common.locale.LocalizableRuntimeException |
---|
getDescriptor, getException, getHeadline, getMessage, isRecoverable, setHeadline, setRecoverable, toFormattedString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 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 exceptionMethod Detail |
---|
public IDProvider getStoreElement()
public void setStoreElement(@NotNull IDProvider storeElement)
storeElement
- the exception assigned StoreElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |