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:
  • Constructor Details

    • AssetNotFoundException

      public AssetNotFoundException()
    • AssetNotFoundException

      public AssetNotFoundException(Throwable cause)
    • AssetNotFoundException

      public AssetNotFoundException(String message)
    • AssetNotFoundException

      public AssetNotFoundException(String message, Throwable cause)