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
public class AssetNotFoundException
- extends RuntimeException
Exception thrown by the StaticAssetService indicating that the asset requested does not exist.
- Author:
- Andre Azzolini (apazzolini)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AssetNotFoundException
public AssetNotFoundException()
AssetNotFoundException
public AssetNotFoundException(Throwable cause)
AssetNotFoundException
public AssetNotFoundException(String message)
AssetNotFoundException
public AssetNotFoundException(String message,
Throwable cause)
Copyright © 2013. All Rights Reserved.