Class AssetNotFoundException

All Implemented Interfaces:
Serializable

public class AssetNotFoundException extends BaseException
Created by patricktwohig on 8/15/17.
See Also:
  • Constructor Details

    • AssetNotFoundException

      public AssetNotFoundException()
    • AssetNotFoundException

      public AssetNotFoundException(String message)
    • AssetNotFoundException

      public AssetNotFoundException(String message, Throwable cause)
    • AssetNotFoundException

      public AssetNotFoundException(Throwable cause)
    • AssetNotFoundException

      public AssetNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details