Class AttributePermissionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cmsfacades.exception.AttributePermissionException
All Implemented Interfaces:
Serializable

@Deprecated(since="1905", forRemoval=true) public class AttributePermissionException extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
since 1905, please use AttributePermissionException
Exception thrown when attempting to user cannot access an attribute
See Also:
  • Constructor Details

    • AttributePermissionException

      public AttributePermissionException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AttributePermissionException

      public AttributePermissionException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AttributePermissionException

      public AttributePermissionException(Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.