Class PermissionDeniedRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PermissionDeniedRuntimeException
    extends AlluxioRuntimeException
    Exception indicating that the caller does not have permission to execute the specified operation. It must not be used for rejections caused by exhausting some resource (use ResourceExhausted instead for those exceptions). It must not be used if the caller cannot be identified (use Unauthenticated instead for those exceptions).
    See Also:
    Serialized Form
    • Constructor Detail

      • PermissionDeniedRuntimeException

        public PermissionDeniedRuntimeException​(java.lang.Throwable t)
        Constructor.
        Parameters:
        t - error message