Class RegistryExceptions

    • Constructor Detail

      • RegistryExceptions

        public RegistryExceptions​(java.lang.String errorMessage)
        Construct a StoreException.
        Parameters:
        errorMessage - The detailed error message.
    • Method Detail

      • create

        public static RegistryExceptions create​(RegistryExceptions.Type type,
                                                java.lang.String errorMessage)
        Factory method to construct Store exceptions.
        Parameters:
        type - Type of Exception.
        errorMessage - The detailed error message.
        Returns:
        Instance of type of StoreException.