Package com.contentful.java.cda
Class CDAResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.contentful.java.cda.CDAResourceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class CDAResourceNotFoundException extends java.lang.RuntimeExceptionRuntimeException indicating a resource was not found on Contentful.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CDAResourceNotFoundException(java.lang.Class<? extends CDAResource> resourceType, java.lang.String resourceId)Create a new exception
-
-
-
Constructor Detail
-
CDAResourceNotFoundException
public CDAResourceNotFoundException(java.lang.Class<? extends CDAResource> resourceType, java.lang.String resourceId)
Create a new exception- Parameters:
resourceType- the type of the resource not found (Entry,Asset,Space)resourceId- the actual id of the resource not found.
-
-