org.broadleafcommerce.cms.common
Class AssetNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
AssetNotFoundException()
           
AssetNotFoundException(String message)
           
AssetNotFoundException(String message, Throwable cause)
           
AssetNotFoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

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.