Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.extensions.surf.exception.PlatformRuntimeException
org.alfresco.rest.framework.core.exceptions.ApiException
org.alfresco.rest.framework.core.exceptions.NotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntityNotFoundException, RelationshipResourceNotFoundException

public class NotFoundException extends ApiException
The addressed entity or function was not found
Author:
Gethin James
See Also:
  • Field Details

    • DEFAULT_MESSAGE_ID

      public static String DEFAULT_MESSAGE_ID
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String msgId)
    • NotFoundException

      public NotFoundException(String msgId, String[] notFoundObjects)
    • NotFoundException

      public NotFoundException(String msgId, Throwable cause)