Class ResourceUploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intellectualsites.arkitektonika.exceptions.ResourceUploadException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidFormatException
Exception thrown when Arkitektonika fails to upload a resource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the resource that couldn't be retrievedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceUploadException
-
ResourceUploadException
-
-
Method Details
-
getResource
Get the resource that couldn't be retrieved- Returns:
- Failed resource
-