Package org.broadleafcommerce.cms.common
Class AssetNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.cms.common.AssetNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown by the
StaticAssetService indicating that the asset requested does not exist.- Author:
- Andre Azzolini (apazzolini)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssetNotFoundException(String message) AssetNotFoundException(String message, Throwable cause) AssetNotFoundException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssetNotFoundException
public AssetNotFoundException() -
AssetNotFoundException
-
AssetNotFoundException
-
AssetNotFoundException
-