Class RestrictedAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.hybris.cockpitng.dataaccess.services.impl.expression.RestrictedAccessException
-
- All Implemented Interfaces:
java.io.Serializable
public class RestrictedAccessException extends java.lang.IllegalArgumentExceptionException thrown when a property value may not be provided, because current user is not allowed to read it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestrictedAccessException(java.lang.String message)
-