Class UnsupportedResourceOperationException

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.UnsupportedResourceOperationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeletedResourceException

public class UnsupportedResourceOperationException extends ApiException
The operation is unsupported.
Author:
Gethin James
See Also:
  • Field Details

    • DEFAULT_MESSAGE_ID

      public static String DEFAULT_MESSAGE_ID
  • Constructor Details

    • UnsupportedResourceOperationException

      public UnsupportedResourceOperationException()
    • UnsupportedResourceOperationException

      public UnsupportedResourceOperationException(String msgId)
    • UnsupportedResourceOperationException

      public UnsupportedResourceOperationException(String msgId, Object[] msgParams)