Class RegistryException

  • All Implemented Interfaces:
    Serializable

    public class RegistryException
    extends Exception
    Base Class for capturing any type of exception that occurs when using the Registry APIs.
    See Also:
    Serialized Form
    • Constructor Detail

      • RegistryException

        public RegistryException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • RegistryException

        public RegistryException​(String message,
                                 Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause of this exception.