Class AttributePermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.cmsfacades.exception.AttributePermissionException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="1905", forRemoval=true) public class AttributePermissionException extends java.lang.RuntimeExceptionDeprecated, for removal: This API element is subject to removal in a future version.since 1905, please useAttributePermissionExceptionException thrown when attempting to user cannot access an attribute- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributePermissionException(java.lang.String message)Deprecated, for removal: This API element is subject to removal in a future version.AttributePermissionException(java.lang.String message, java.lang.Throwable cause)Deprecated, for removal: This API element is subject to removal in a future version.AttributePermissionException(java.lang.Throwable cause)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
AttributePermissionException
public AttributePermissionException(java.lang.String message, java.lang.Throwable cause)Deprecated, for removal: This API element is subject to removal in a future version.
-
AttributePermissionException
public AttributePermissionException(java.lang.String message)
Deprecated, for removal: This API element is subject to removal in a future version.
-
AttributePermissionException
public AttributePermissionException(java.lang.Throwable cause)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-