info.magnolia.dam.api
Class AssetProviderRegistry.NoSuchAssetProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.magnolia.dam.api.DamException
                  extended by info.magnolia.dam.api.AssetProviderRegistry.NoSuchAssetProviderException
All Implemented Interfaces:
Serializable
Enclosing interface:
AssetProviderRegistry

public static class AssetProviderRegistry.NoSuchAssetProviderException
extends DamException

Thrown when no AssetProvider can be found for the given ItemKey or String id.

See Also:
Serialized Form

Constructor Summary
AssetProviderRegistry.NoSuchAssetProviderException(ItemKey itemKey)
           
AssetProviderRegistry.NoSuchAssetProviderException(String providerId)
           
 
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

AssetProviderRegistry.NoSuchAssetProviderException

public AssetProviderRegistry.NoSuchAssetProviderException(ItemKey itemKey)

AssetProviderRegistry.NoSuchAssetProviderException

public AssetProviderRegistry.NoSuchAssetProviderException(String providerId)


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.