Package org.apache.hadoop.registry.client.exceptions


package org.apache.hadoop.registry.client.exceptions
Registry Service Exceptions

These are the Registry-specific exceptions that may be raised during Registry operations.

Other exceptions may be raised, especially IOExceptions triggered by network problems, and IllegalArgumentException exceptions that may be raised if invalid (often null) arguments are passed to a method call.

All exceptions in this package are derived from RegistryIOException

  • Exceptions
    Class
    Description
    org.apache.hadoop.registry.client.exceptions.AuthenticationFailedException
    Exception raised when client access wasn't authenticated.
    A path name was invalid.
    Raised if an attempt to parse a record failed.
    This is a manifestation of the Zookeeper restrictions about what nodes may act as parents.
    org.apache.hadoop.registry.client.exceptions.NoPathPermissionsException
    Raised on path permission exceptions.
    Raised if there is no ServiceRecord resolved at the end of the specified path.
    Base exception for registry operations.